Html Css Color HEX #99BFFF Pale Cornflower Blue
📋 copy color: '#99BFFF'red 153 ◦ green 191 ◦ blue 255
Shades of Pale Cornflower Blue #99BFFF
Tints of Pale Cornflower Blue #99BFFF
RGB
CMYK
RGB Variations
Color information
#99BFFF (or 0x99BFFF) is known color: Pale Cornflower Blue. HEX triplet: 99, BF and FF. RGB value is (153,191,255). Sum of RGB (Red+Green+Blue) = 153+191+255=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFFF is #664000. Grayscale: #BABABA. Windows color (decimal): -6701057 or 16760729. OLE color: 16760729.
HSL color Cylindrical-coordinate representation of color #99BFFF: hue angle of 217.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BFFF is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 191 | 255 | - |
| CMYK | 0.4 | 0.25 | 0 | 0 |
| HSL | 217.65º | 1% | 0.8% | - |
| HSV(B) | 217.65º | 0.4% | 1% | - |
| XYZ | 49.82 | 51.25 | 101.88 | - |
| YUV | 186.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 255 | 0.4 | 0.25 | 0 | 0 | 217.65 | 1 | 0.8 |
| Hex | 99 | BF | FF | 28 | 19 | 0 | 0 | DA | 64 | 50 |
| Octal | 231 | 277 | 377 | 50 | 31 | 0 | 0 | 332 | 144 | 120 |
| Binary | 10011001 | 10111111 | 11111111 | 101000 | 11001 | 0 | 0 | 11011010 | 1100100 | 1010000 |
Color Harmonies of #99BFFF
Complementary color
Monochromatic Colors of #99BFFF
Black with #99BFFF
Text Example
Text Example
White with #99BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFFF; }
p { color: rgb(153,191,255); }
H1.HeaderClassName
{
color: #99BFFF;
}
.AnyTagClassName
{
color: #99BFFF;
}
</style>
background-color css
<style>
a { background-color: #99BFFF; }
a { background-color: rgb(153,191,255); }
div.DivClassName
{
background-color: #99BFFF;
}
.BgClassName
{
background-color: #99BFFF;
}
</style>
border-color css
<style>
span { border-color: #99BFFF; }
span { border-color: rgb(153,191,255); }
td.TdClassName
{
border-color: #99BFFF;
}
.TagClassName
{
border-color: #99BFFF;
}
</style>