Html Css Color HEX #9AC2FF Pale Cornflower Blue
📋 copy color: '#9AC2FF'red 154 ◦ green 194 ◦ blue 255
Shades of Pale Cornflower Blue #9AC2FF
Tints of Pale Cornflower Blue #9AC2FF
RGB
CMYK
RGB Variations
Color information
#9AC2FF (or 0x9AC2FF) is known color: Pale Cornflower Blue. HEX triplet: 9A, C2 and FF. RGB value is (154,194,255). Sum of RGB (Red+Green+Blue) = 154+194+255=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC2FF is #653D00. Grayscale: #BCBCBC. Windows color (decimal): -6634753 or 16761498. OLE color: 16761498.
HSL color Cylindrical-coordinate representation of color #9AC2FF: hue angle of 216.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AC2FF is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 194 | 255 | - |
| CMYK | 0.40 | 0.24 | 0 | 0 |
| HSL | 216.24º | 1% | 0.8% | - |
| HSV(B) | 216.24º | 0.4% | 1% | - |
| XYZ | 50.67 | 52.67 | 102.1 | - |
| YUV | 188.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 255 | 0.40 | 0.24 | 0 | 0 | 216.24 | 1 | 0.8 |
| Hex | 9A | C2 | FF | 28 | 18 | 0 | 0 | D8 | 64 | 50 |
| Octal | 232 | 302 | 377 | 50 | 30 | 0 | 0 | 330 | 144 | 120 |
| Binary | 10011010 | 11000010 | 11111111 | 101000 | 11000 | 0 | 0 | 11011000 | 1100100 | 1010000 |
Color Harmonies of #9AC2FF
Complementary color
Monochromatic Colors of #9AC2FF
Black with #9AC2FF
Text Example
Text Example
White with #9AC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC2FF; }
p { color: rgb(154,194,255); }
H1.HeaderClassName
{
color: #9AC2FF;
}
.AnyTagClassName
{
color: #9AC2FF;
}
</style>
background-color css
<style>
a { background-color: #9AC2FF; }
a { background-color: rgb(154,194,255); }
div.DivClassName
{
background-color: #9AC2FF;
}
.BgClassName
{
background-color: #9AC2FF;
}
</style>
border-color css
<style>
span { border-color: #9AC2FF; }
span { border-color: rgb(154,194,255); }
td.TdClassName
{
border-color: #9AC2FF;
}
.TagClassName
{
border-color: #9AC2FF;
}
</style>