Html Css Color HEX #9AC0F7 Pale Cornflower Blue
📋 copy color: '#9AC0F7'red 154 ◦ green 192 ◦ blue 247
Shades of Pale Cornflower Blue #9AC0F7
Tints of Pale Cornflower Blue #9AC0F7
RGB
CMYK
RGB Variations
Color information
#9AC0F7 (or 0x9AC0F7) is known color: Pale Cornflower Blue. HEX triplet: 9A, C0 and F7. RGB value is (154,192,247). Sum of RGB (Red+Green+Blue) = 154+192+247=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #9AC0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC0F7 is #653F08. Grayscale: #BABABA. Windows color (decimal): -6635273 or 16236698. OLE color: 16236698.
HSL color Cylindrical-coordinate representation of color #9AC0F7: hue angle of 215.48º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC0F7 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 192 | 247 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.03 |
| HSL | 215.48º | 0.85% | 0.79% | - |
| HSV(B) | 215.48º | 0.38% | 0.97% | - |
| XYZ | 48.96 | 51.28 | 95.31 | - |
| YUV | 186.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 247 | 0.38 | 0.22 | 0 | 0.03 | 215.48 | 0.85 | 0.79 |
| Hex | 9A | C0 | F7 | 26 | 16 | 0 | 3 | D7 | 55 | 4F |
| Octal | 232 | 300 | 367 | 46 | 26 | 0 | 3 | 327 | 125 | 117 |
| Binary | 10011010 | 11000000 | 11110111 | 100110 | 10110 | 0 | 11 | 11010111 | 1010101 | 1001111 |
Color Harmonies of #9AC0F7
Complementary color
Monochromatic Colors of #9AC0F7
Black with #9AC0F7
Text Example
Text Example
White with #9AC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0F7; }
p { color: rgb(154,192,247); }
H1.HeaderClassName
{
color: #9AC0F7;
}
.AnyTagClassName
{
color: #9AC0F7;
}
</style>
background-color css
<style>
a { background-color: #9AC0F7; }
a { background-color: rgb(154,192,247); }
div.DivClassName
{
background-color: #9AC0F7;
}
.BgClassName
{
background-color: #9AC0F7;
}
</style>
border-color css
<style>
span { border-color: #9AC0F7; }
span { border-color: rgb(154,192,247); }
td.TdClassName
{
border-color: #9AC0F7;
}
.TagClassName
{
border-color: #9AC0F7;
}
</style>