Html Css Color HEX #99C2FD Pale Cornflower Blue
📋 copy color: '#99C2FD'red 153 ◦ green 194 ◦ blue 253
Shades of Pale Cornflower Blue #99C2FD
Tints of Pale Cornflower Blue #99C2FD
RGB
CMYK
RGB Variations
Color information
#99C2FD (or 0x99C2FD) is known color: Pale Cornflower Blue. HEX triplet: 99, C2 and FD. RGB value is (153,194,253). Sum of RGB (Red+Green+Blue) = 153+194+253=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #99C2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2FD is #663D02. Grayscale: #BCBCBC. Windows color (decimal): -6700291 or 16630425. OLE color: 16630425.
HSL color Cylindrical-coordinate representation of color #99C2FD: hue angle of 215.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99C2FD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 194 | 253 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.01 |
| HSL | 215.4º | 0.96% | 0.8% | - |
| HSV(B) | 215.4º | 0.4% | 0.99% | - |
| XYZ | 50.16 | 52.45 | 100.41 | - |
| YUV | 188.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 253 | 0.40 | 0.23 | 0 | 0.01 | 215.4 | 0.96 | 0.8 |
| Hex | 99 | C2 | FD | 28 | 17 | 0 | 1 | D7 | 60 | 50 |
| Octal | 231 | 302 | 375 | 50 | 27 | 0 | 1 | 327 | 140 | 120 |
| Binary | 10011001 | 11000010 | 11111101 | 101000 | 10111 | 0 | 1 | 11010111 | 1100000 | 1010000 |
Color Harmonies of #99C2FD
Complementary color
Monochromatic Colors of #99C2FD
Black with #99C2FD
Text Example
Text Example
White with #99C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2FD; }
p { color: rgb(153,194,253); }
H1.HeaderClassName
{
color: #99C2FD;
}
.AnyTagClassName
{
color: #99C2FD;
}
</style>
background-color css
<style>
a { background-color: #99C2FD; }
a { background-color: rgb(153,194,253); }
div.DivClassName
{
background-color: #99C2FD;
}
.BgClassName
{
background-color: #99C2FD;
}
</style>
border-color css
<style>
span { border-color: #99C2FD; }
span { border-color: rgb(153,194,253); }
td.TdClassName
{
border-color: #99C2FD;
}
.TagClassName
{
border-color: #99C2FD;
}
</style>