Html Css Color HEX #99C4FF Pale Cornflower Blue
📋 copy color: '#99C4FF'red 153 ◦ green 196 ◦ blue 255
Shades of Pale Cornflower Blue #99C4FF
Tints of Pale Cornflower Blue #99C4FF
RGB
CMYK
RGB Variations
Color information
#99C4FF (or 0x99C4FF) is known color: Pale Cornflower Blue. HEX triplet: 99, C4 and FF. RGB value is (153,196,255). Sum of RGB (Red+Green+Blue) = 153+196+255=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #99C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C4FF is #663B00. Grayscale: #BDBDBD. Windows color (decimal): -6699777 or 16762009. OLE color: 16762009.
HSL color Cylindrical-coordinate representation of color #99C4FF: hue angle of 214.71º 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 #99C4FF is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 196 | 255 | - |
| CMYK | 0.4 | 0.23 | 0 | 0 |
| HSL | 214.71º | 1% | 0.8% | - |
| HSV(B) | 214.71º | 0.4% | 1% | - |
| XYZ | 50.93 | 53.47 | 102.24 | - |
| YUV | 189.87 | 164.75 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 255 | 0.4 | 0.23 | 0 | 0 | 214.71 | 1 | 0.8 |
| Hex | 99 | C4 | FF | 28 | 17 | 0 | 0 | D7 | 64 | 50 |
| Octal | 231 | 304 | 377 | 50 | 27 | 0 | 0 | 327 | 144 | 120 |
| Binary | 10011001 | 11000100 | 11111111 | 101000 | 10111 | 0 | 0 | 11010111 | 1100100 | 1010000 |
Color Harmonies of #99C4FF
Complementary color
Monochromatic Colors of #99C4FF
Black with #99C4FF
Text Example
Text Example
White with #99C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C4FF; }
p { color: rgb(153,196,255); }
H1.HeaderClassName
{
color: #99C4FF;
}
.AnyTagClassName
{
color: #99C4FF;
}
</style>
background-color css
<style>
a { background-color: #99C4FF; }
a { background-color: rgb(153,196,255); }
div.DivClassName
{
background-color: #99C4FF;
}
.BgClassName
{
background-color: #99C4FF;
}
</style>
border-color css
<style>
span { border-color: #99C4FF; }
span { border-color: rgb(153,196,255); }
td.TdClassName
{
border-color: #99C4FF;
}
.TagClassName
{
border-color: #99C4FF;
}
</style>