Html Css Color HEX #99C0FA Pale Cornflower Blue
📋 copy color: '#99C0FA'red 153 ◦ green 192 ◦ blue 250
Shades of Pale Cornflower Blue #99C0FA
Tints of Pale Cornflower Blue #99C0FA
RGB
CMYK
RGB Variations
Color information
#99C0FA (or 0x99C0FA) is known color: Pale Cornflower Blue. HEX triplet: 99, C0 and FA. RGB value is (153,192,250). Sum of RGB (Red+Green+Blue) = 153+192+250=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #99C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C0FA is #663F05. Grayscale: #BABABA. Windows color (decimal): -6700806 or 16433305. OLE color: 16433305.
HSL color Cylindrical-coordinate representation of color #99C0FA: hue angle of 215.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99C0FA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 192 | 250 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.02 |
| HSL | 215.88º | 0.91% | 0.79% | - |
| HSV(B) | 215.88º | 0.39% | 0.98% | - |
| XYZ | 49.24 | 51.37 | 97.76 | - |
| YUV | 186.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 250 | 0.39 | 0.23 | 0 | 0.02 | 215.88 | 0.91 | 0.79 |
| Hex | 99 | C0 | FA | 27 | 17 | 0 | 2 | D8 | 5B | 4F |
| Octal | 231 | 300 | 372 | 47 | 27 | 0 | 2 | 330 | 133 | 117 |
| Binary | 10011001 | 11000000 | 11111010 | 100111 | 10111 | 0 | 10 | 11011000 | 1011011 | 1001111 |
Color Harmonies of #99C0FA
Complementary color
Monochromatic Colors of #99C0FA
Black with #99C0FA
Text Example
Text Example
White with #99C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0FA; }
p { color: rgb(153,192,250); }
H1.HeaderClassName
{
color: #99C0FA;
}
.AnyTagClassName
{
color: #99C0FA;
}
</style>
background-color css
<style>
a { background-color: #99C0FA; }
a { background-color: rgb(153,192,250); }
div.DivClassName
{
background-color: #99C0FA;
}
.BgClassName
{
background-color: #99C0FA;
}
</style>
border-color css
<style>
span { border-color: #99C0FA; }
span { border-color: rgb(153,192,250); }
td.TdClassName
{
border-color: #99C0FA;
}
.TagClassName
{
border-color: #99C0FA;
}
</style>