Html Css Color HEX #99C0FE Pale Cornflower Blue
📋 copy color: '#99C0FE'red 153 ◦ green 192 ◦ blue 254
Shades of Pale Cornflower Blue #99C0FE
Tints of Pale Cornflower Blue #99C0FE
RGB
CMYK
RGB Variations
Color information
#99C0FE (or 0x99C0FE) is known color: Pale Cornflower Blue. HEX triplet: 99, C0 and FE. RGB value is (153,192,254). Sum of RGB (Red+Green+Blue) = 153+192+254=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #99C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C0FE is #663F01. Grayscale: #BBBBBB. Windows color (decimal): -6700802 or 16695449. OLE color: 16695449.
HSL color Cylindrical-coordinate representation of color #99C0FE: hue angle of 216.83º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99C0FE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 192 | 254 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.00 |
| HSL | 216.83º | 0.98% | 0.8% | - |
| HSV(B) | 216.83º | 0.4% | 1% | - |
| XYZ | 49.88 | 51.63 | 101.1 | - |
| YUV | 187.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 254 | 0.40 | 0.24 | 0 | 0.00 | 216.83 | 0.98 | 0.8 |
| Hex | 99 | C0 | FE | 28 | 18 | 0 | 0 | D9 | 62 | 50 |
| Octal | 231 | 300 | 376 | 50 | 30 | 0 | 0 | 331 | 142 | 120 |
| Binary | 10011001 | 11000000 | 11111110 | 101000 | 11000 | 0 | 0 | 11011001 | 1100010 | 1010000 |
Color Harmonies of #99C0FE
Complementary color
Monochromatic Colors of #99C0FE
Black with #99C0FE
Text Example
Text Example
White with #99C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0FE; }
p { color: rgb(153,192,254); }
H1.HeaderClassName
{
color: #99C0FE;
}
.AnyTagClassName
{
color: #99C0FE;
}
</style>
background-color css
<style>
a { background-color: #99C0FE; }
a { background-color: rgb(153,192,254); }
div.DivClassName
{
background-color: #99C0FE;
}
.BgClassName
{
background-color: #99C0FE;
}
</style>
border-color css
<style>
span { border-color: #99C0FE; }
span { border-color: rgb(153,192,254); }
td.TdClassName
{
border-color: #99C0FE;
}
.TagClassName
{
border-color: #99C0FE;
}
</style>