Html Css Color HEX #99C1F9 Pale Cornflower Blue
📋 copy color: '#99C1F9'red 153 ◦ green 193 ◦ blue 249
Shades of Pale Cornflower Blue #99C1F9
Tints of Pale Cornflower Blue #99C1F9
RGB
CMYK
RGB Variations
Color information
#99C1F9 (or 0x99C1F9) is known color: Pale Cornflower Blue. HEX triplet: 99, C1 and F9. RGB value is (153,193,249). Sum of RGB (Red+Green+Blue) = 153+193+249=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #99C1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C1F9 is #663E06. Grayscale: #BBBBBB. Windows color (decimal): -6700551 or 16368025. OLE color: 16368025.
HSL color Cylindrical-coordinate representation of color #99C1F9: hue angle of 215º degrees, saturation: 0.89, 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 #99C1F9 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 193 | 249 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.02 |
| HSL | 215º | 0.89% | 0.79% | - |
| HSV(B) | 215º | 0.39% | 0.98% | - |
| XYZ | 49.31 | 51.75 | 97.01 | - |
| YUV | 187.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 249 | 0.39 | 0.22 | 0 | 0.02 | 215 | 0.89 | 0.79 |
| Hex | 99 | C1 | F9 | 27 | 16 | 0 | 2 | D7 | 59 | 4F |
| Octal | 231 | 301 | 371 | 47 | 26 | 0 | 2 | 327 | 131 | 117 |
| Binary | 10011001 | 11000001 | 11111001 | 100111 | 10110 | 0 | 10 | 11010111 | 1011001 | 1001111 |
Color Harmonies of #99C1F9
Complementary color
Monochromatic Colors of #99C1F9
Black with #99C1F9
Text Example
Text Example
White with #99C1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1F9; }
p { color: rgb(153,193,249); }
H1.HeaderClassName
{
color: #99C1F9;
}
.AnyTagClassName
{
color: #99C1F9;
}
</style>
background-color css
<style>
a { background-color: #99C1F9; }
a { background-color: rgb(153,193,249); }
div.DivClassName
{
background-color: #99C1F9;
}
.BgClassName
{
background-color: #99C1F9;
}
</style>
border-color css
<style>
span { border-color: #99C1F9; }
span { border-color: rgb(153,193,249); }
td.TdClassName
{
border-color: #99C1F9;
}
.TagClassName
{
border-color: #99C1F9;
}
</style>