Html Css Color HEX #99C0FF Pale Cornflower Blue
📋 copy color: '#99C0FF'red 153 ◦ green 192 ◦ blue 255
Shades of Pale Cornflower Blue #99C0FF
Tints of Pale Cornflower Blue #99C0FF
RGB
CMYK
RGB Variations
Color information
#99C0FF (or 0x99C0FF) is known color: Pale Cornflower Blue. HEX triplet: 99, C0 and FF. RGB value is (153,192,255). Sum of RGB (Red+Green+Blue) = 153+192+255=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #99C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C0FF is #663F00. Grayscale: #BBBBBB. Windows color (decimal): -6700801 or 16760985. OLE color: 16760985.
HSL color Cylindrical-coordinate representation of color #99C0FF: hue angle of 217.06º 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 #99C0FF is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 192 | 255 | - |
| CMYK | 0.4 | 0.25 | 0 | 0 |
| HSL | 217.06º | 1% | 0.8% | - |
| HSV(B) | 217.06º | 0.4% | 1% | - |
| XYZ | 50.04 | 51.69 | 101.95 | - |
| YUV | 187.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 255 | 0.4 | 0.25 | 0 | 0 | 217.06 | 1 | 0.8 |
| Hex | 99 | C0 | FF | 28 | 19 | 0 | 0 | D9 | 64 | 50 |
| Octal | 231 | 300 | 377 | 50 | 31 | 0 | 0 | 331 | 144 | 120 |
| Binary | 10011001 | 11000000 | 11111111 | 101000 | 11001 | 0 | 0 | 11011001 | 1100100 | 1010000 |
Color Harmonies of #99C0FF
Complementary color
Monochromatic Colors of #99C0FF
Black with #99C0FF
Text Example
Text Example
White with #99C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0FF; }
p { color: rgb(153,192,255); }
H1.HeaderClassName
{
color: #99C0FF;
}
.AnyTagClassName
{
color: #99C0FF;
}
</style>
background-color css
<style>
a { background-color: #99C0FF; }
a { background-color: rgb(153,192,255); }
div.DivClassName
{
background-color: #99C0FF;
}
.BgClassName
{
background-color: #99C0FF;
}
</style>
border-color css
<style>
span { border-color: #99C0FF; }
span { border-color: rgb(153,192,255); }
td.TdClassName
{
border-color: #99C0FF;
}
.TagClassName
{
border-color: #99C0FF;
}
</style>