Html Css Color HEX #9AC3F6 Pale Cornflower Blue
📋 copy color: '#9AC3F6'red 154 ◦ green 195 ◦ blue 246
Shades of Pale Cornflower Blue #9AC3F6
Tints of Pale Cornflower Blue #9AC3F6
RGB
CMYK
RGB Variations
Color information
#9AC3F6 (or 0x9AC3F6) is known color: Pale Cornflower Blue. HEX triplet: 9A, C3 and F6. RGB value is (154,195,246). Sum of RGB (Red+Green+Blue) = 154+195+246=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #9AC3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC3F6 is #653C09. Grayscale: #BCBCBC. Windows color (decimal): -6634506 or 16171930. OLE color: 16171930.
HSL color Cylindrical-coordinate representation of color #9AC3F6: hue angle of 213.26º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AC3F6 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 195 | 246 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.04 |
| HSL | 213.26º | 0.84% | 0.78% | - |
| HSV(B) | 213.26º | 0.37% | 0.96% | - |
| XYZ | 49.48 | 52.55 | 94.73 | - |
| YUV | 188.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 246 | 0.37 | 0.21 | 0 | 0.04 | 213.26 | 0.84 | 0.78 |
| Hex | 9A | C3 | F6 | 25 | 15 | 0 | 4 | D5 | 54 | 4E |
| Octal | 232 | 303 | 366 | 45 | 25 | 0 | 4 | 325 | 124 | 116 |
| Binary | 10011010 | 11000011 | 11110110 | 100101 | 10101 | 0 | 100 | 11010101 | 1010100 | 1001110 |
Color Harmonies of #9AC3F6
Complementary color
Monochromatic Colors of #9AC3F6
Black with #9AC3F6
Text Example
Text Example
White with #9AC3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC3F6; }
p { color: rgb(154,195,246); }
H1.HeaderClassName
{
color: #9AC3F6;
}
.AnyTagClassName
{
color: #9AC3F6;
}
</style>
background-color css
<style>
a { background-color: #9AC3F6; }
a { background-color: rgb(154,195,246); }
div.DivClassName
{
background-color: #9AC3F6;
}
.BgClassName
{
background-color: #9AC3F6;
}
</style>
border-color css
<style>
span { border-color: #9AC3F6; }
span { border-color: rgb(154,195,246); }
td.TdClassName
{
border-color: #9AC3F6;
}
.TagClassName
{
border-color: #9AC3F6;
}
</style>