Html Css Color HEX #99BFF9 Pale Cornflower Blue
📋 copy color: '#99BFF9'red 153 ◦ green 191 ◦ blue 249
Shades of Pale Cornflower Blue #99BFF9
Tints of Pale Cornflower Blue #99BFF9
RGB
CMYK
RGB Variations
Color information
#99BFF9 (or 0x99BFF9) is known color: Pale Cornflower Blue. HEX triplet: 99, BF and F9. RGB value is (153,191,249). Sum of RGB (Red+Green+Blue) = 153+191+249=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #99BFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFF9 is #664006. Grayscale: #B9B9B9. Windows color (decimal): -6701063 or 16367513. OLE color: 16367513.
HSL color Cylindrical-coordinate representation of color #99BFF9: hue angle of 216.25º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BFF9 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 191 | 249 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.02 |
| HSL | 216.25º | 0.89% | 0.79% | - |
| HSV(B) | 216.25º | 0.39% | 0.98% | - |
| XYZ | 48.87 | 50.87 | 96.87 | - |
| YUV | 186.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 249 | 0.39 | 0.23 | 0 | 0.02 | 216.25 | 0.89 | 0.79 |
| Hex | 99 | BF | F9 | 27 | 17 | 0 | 2 | D8 | 59 | 4F |
| Octal | 231 | 277 | 371 | 47 | 27 | 0 | 2 | 330 | 131 | 117 |
| Binary | 10011001 | 10111111 | 11111001 | 100111 | 10111 | 0 | 10 | 11011000 | 1011001 | 1001111 |
Color Harmonies of #99BFF9
Complementary color
Monochromatic Colors of #99BFF9
Black with #99BFF9
Text Example
Text Example
White with #99BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFF9; }
p { color: rgb(153,191,249); }
H1.HeaderClassName
{
color: #99BFF9;
}
.AnyTagClassName
{
color: #99BFF9;
}
</style>
background-color css
<style>
a { background-color: #99BFF9; }
a { background-color: rgb(153,191,249); }
div.DivClassName
{
background-color: #99BFF9;
}
.BgClassName
{
background-color: #99BFF9;
}
</style>
border-color css
<style>
span { border-color: #99BFF9; }
span { border-color: rgb(153,191,249); }
td.TdClassName
{
border-color: #99BFF9;
}
.TagClassName
{
border-color: #99BFF9;
}
</style>