Html Css Color HEX #99C3FA Pale Cornflower Blue
📋 copy color: '#99C3FA'red 153 ◦ green 195 ◦ blue 250
Shades of Pale Cornflower Blue #99C3FA
Tints of Pale Cornflower Blue #99C3FA
RGB
CMYK
RGB Variations
Color information
#99C3FA (or 0x99C3FA) is known color: Pale Cornflower Blue. HEX triplet: 99, C3 and FA. RGB value is (153,195,250). Sum of RGB (Red+Green+Blue) = 153+195+250=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #99C3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C3FA is #663C05. Grayscale: #BCBCBC. Windows color (decimal): -6700038 or 16434073. OLE color: 16434073.
HSL color Cylindrical-coordinate representation of color #99C3FA: hue angle of 214.02º 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 #99C3FA is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 195 | 250 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.02 |
| HSL | 214.02º | 0.91% | 0.79% | - |
| HSV(B) | 214.02º | 0.39% | 0.98% | - |
| XYZ | 49.91 | 52.7 | 97.99 | - |
| YUV | 188.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 250 | 0.39 | 0.22 | 0 | 0.02 | 214.02 | 0.91 | 0.79 |
| Hex | 99 | C3 | FA | 27 | 16 | 0 | 2 | D6 | 5B | 4F |
| Octal | 231 | 303 | 372 | 47 | 26 | 0 | 2 | 326 | 133 | 117 |
| Binary | 10011001 | 11000011 | 11111010 | 100111 | 10110 | 0 | 10 | 11010110 | 1011011 | 1001111 |
Color Harmonies of #99C3FA
Complementary color
Monochromatic Colors of #99C3FA
Black with #99C3FA
Text Example
Text Example
White with #99C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C3FA; }
p { color: rgb(153,195,250); }
H1.HeaderClassName
{
color: #99C3FA;
}
.AnyTagClassName
{
color: #99C3FA;
}
</style>
background-color css
<style>
a { background-color: #99C3FA; }
a { background-color: rgb(153,195,250); }
div.DivClassName
{
background-color: #99C3FA;
}
.BgClassName
{
background-color: #99C3FA;
}
</style>
border-color css
<style>
span { border-color: #99C3FA; }
span { border-color: rgb(153,195,250); }
td.TdClassName
{
border-color: #99C3FA;
}
.TagClassName
{
border-color: #99C3FA;
}
</style>