Html Css Color HEX #99C2FF Pale Cornflower Blue
📋 copy color: '#99C2FF'red 153 ◦ green 194 ◦ blue 255
Shades of Pale Cornflower Blue #99C2FF
Tints of Pale Cornflower Blue #99C2FF
RGB
CMYK
RGB Variations
Color information
#99C2FF (or 0x99C2FF) is known color: Pale Cornflower Blue. HEX triplet: 99, C2 and FF. RGB value is (153,194,255). Sum of RGB (Red+Green+Blue) = 153+194+255=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #99C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2FF is #663D00. Grayscale: #BCBCBC. Windows color (decimal): -6700289 or 16761497. OLE color: 16761497.
HSL color Cylindrical-coordinate representation of color #99C2FF: hue angle of 215.88º 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 #99C2FF is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 194 | 255 | - |
| CMYK | 0.4 | 0.24 | 0 | 0 |
| HSL | 215.88º | 1% | 0.8% | - |
| HSV(B) | 215.88º | 0.4% | 1% | - |
| XYZ | 50.48 | 52.58 | 102.1 | - |
| YUV | 188.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 255 | 0.4 | 0.24 | 0 | 0 | 215.88 | 1 | 0.8 |
| Hex | 99 | C2 | FF | 28 | 18 | 0 | 0 | D8 | 64 | 50 |
| Octal | 231 | 302 | 377 | 50 | 30 | 0 | 0 | 330 | 144 | 120 |
| Binary | 10011001 | 11000010 | 11111111 | 101000 | 11000 | 0 | 0 | 11011000 | 1100100 | 1010000 |
Color Harmonies of #99C2FF
Complementary color
Monochromatic Colors of #99C2FF
Black with #99C2FF
Text Example
Text Example
White with #99C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2FF; }
p { color: rgb(153,194,255); }
H1.HeaderClassName
{
color: #99C2FF;
}
.AnyTagClassName
{
color: #99C2FF;
}
</style>
background-color css
<style>
a { background-color: #99C2FF; }
a { background-color: rgb(153,194,255); }
div.DivClassName
{
background-color: #99C2FF;
}
.BgClassName
{
background-color: #99C2FF;
}
</style>
border-color css
<style>
span { border-color: #99C2FF; }
span { border-color: rgb(153,194,255); }
td.TdClassName
{
border-color: #99C2FF;
}
.TagClassName
{
border-color: #99C2FF;
}
</style>