Html Css Color HEX #99C5FD Pale Cornflower Blue
📋 copy color: '#99C5FD'red 153 ◦ green 197 ◦ blue 253
Shades of Pale Cornflower Blue #99C5FD
Tints of Pale Cornflower Blue #99C5FD
RGB
CMYK
RGB Variations
Color information
#99C5FD (or 0x99C5FD) is known color: Pale Cornflower Blue. HEX triplet: 99, C5 and FD. RGB value is (153,197,253). Sum of RGB (Red+Green+Blue) = 153+197+253=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #99C5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C5FD is #663A02. Grayscale: #BDBDBD. Windows color (decimal): -6699523 or 16631193. OLE color: 16631193.
HSL color Cylindrical-coordinate representation of color #99C5FD: hue angle of 213.6º 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 #99C5FD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 197 | 253 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.01 |
| HSL | 213.6º | 0.96% | 0.8% | - |
| HSV(B) | 213.6º | 0.4% | 0.99% | - |
| XYZ | 50.83 | 53.8 | 100.63 | - |
| YUV | 190.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 253 | 0.40 | 0.22 | 0 | 0.01 | 213.6 | 0.96 | 0.8 |
| Hex | 99 | C5 | FD | 28 | 16 | 0 | 1 | D6 | 60 | 50 |
| Octal | 231 | 305 | 375 | 50 | 26 | 0 | 1 | 326 | 140 | 120 |
| Binary | 10011001 | 11000101 | 11111101 | 101000 | 10110 | 0 | 1 | 11010110 | 1100000 | 1010000 |
Color Harmonies of #99C5FD
Complementary color
Monochromatic Colors of #99C5FD
Black with #99C5FD
Text Example
Text Example
White with #99C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5FD; }
p { color: rgb(153,197,253); }
H1.HeaderClassName
{
color: #99C5FD;
}
.AnyTagClassName
{
color: #99C5FD;
}
</style>
background-color css
<style>
a { background-color: #99C5FD; }
a { background-color: rgb(153,197,253); }
div.DivClassName
{
background-color: #99C5FD;
}
.BgClassName
{
background-color: #99C5FD;
}
</style>
border-color css
<style>
span { border-color: #99C5FD; }
span { border-color: rgb(153,197,253); }
td.TdClassName
{
border-color: #99C5FD;
}
.TagClassName
{
border-color: #99C5FD;
}
</style>