Html Css Color HEX #99BEF5 Pale Cornflower Blue
📋 copy color: '#99BEF5'red 153 ◦ green 190 ◦ blue 245
Shades of Pale Cornflower Blue #99BEF5
Tints of Pale Cornflower Blue #99BEF5
RGB
CMYK
RGB Variations
Color information
#99BEF5 (or 0x99BEF5) is known color: Pale Cornflower Blue. HEX triplet: 99, BE and F5. RGB value is (153,190,245). Sum of RGB (Red+Green+Blue) = 153+190+245=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #99BEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEF5 is #66410A. Grayscale: #B8B8B8. Windows color (decimal): -6701323 or 16105113. OLE color: 16105113.
HSL color Cylindrical-coordinate representation of color #99BEF5: hue angle of 215.87º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BEF5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 190 | 245 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.04 |
| HSL | 215.87º | 0.82% | 0.78% | - |
| HSV(B) | 215.87º | 0.38% | 0.96% | - |
| XYZ | 48.03 | 50.19 | 93.54 | - |
| YUV | 185.21 | 161.74 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 245 | 0.38 | 0.22 | 0 | 0.04 | 215.87 | 0.82 | 0.78 |
| Hex | 99 | BE | F5 | 26 | 16 | 0 | 4 | D8 | 52 | 4E |
| Octal | 231 | 276 | 365 | 46 | 26 | 0 | 4 | 330 | 122 | 116 |
| Binary | 10011001 | 10111110 | 11110101 | 100110 | 10110 | 0 | 100 | 11011000 | 1010010 | 1001110 |
Color Harmonies of #99BEF5
Complementary color
Monochromatic Colors of #99BEF5
Black with #99BEF5
Text Example
Text Example
White with #99BEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEF5; }
p { color: rgb(153,190,245); }
H1.HeaderClassName
{
color: #99BEF5;
}
.AnyTagClassName
{
color: #99BEF5;
}
</style>
background-color css
<style>
a { background-color: #99BEF5; }
a { background-color: rgb(153,190,245); }
div.DivClassName
{
background-color: #99BEF5;
}
.BgClassName
{
background-color: #99BEF5;
}
</style>
border-color css
<style>
span { border-color: #99BEF5; }
span { border-color: rgb(153,190,245); }
td.TdClassName
{
border-color: #99BEF5;
}
.TagClassName
{
border-color: #99BEF5;
}
</style>