Html Css Color HEX #9ABFFF Pale Cornflower Blue
📋 copy color: '#9ABFFF'red 154 ◦ green 191 ◦ blue 255
Shades of Pale Cornflower Blue #9ABFFF
Tints of Pale Cornflower Blue #9ABFFF
RGB
CMYK
RGB Variations
Color information
#9ABFFF (or 0x9ABFFF) is known color: Pale Cornflower Blue. HEX triplet: 9A, BF and FF. RGB value is (154,191,255). Sum of RGB (Red+Green+Blue) = 154+191+255=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ABFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFFF is #654000. Grayscale: #BABABA. Windows color (decimal): -6635521 or 16760730. OLE color: 16760730.
HSL color Cylindrical-coordinate representation of color #9ABFFF: hue angle of 218.02º 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 #9ABFFF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 191 | 255 | - |
| CMYK | 0.40 | 0.25 | 0 | 0 |
| HSL | 218.02º | 1% | 0.8% | - |
| HSV(B) | 218.02º | 0.4% | 1% | - |
| XYZ | 50.01 | 51.35 | 101.88 | - |
| YUV | 187.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 255 | 0.40 | 0.25 | 0 | 0 | 218.02 | 1 | 0.8 |
| Hex | 9A | BF | FF | 28 | 19 | 0 | 0 | DA | 64 | 50 |
| Octal | 232 | 277 | 377 | 50 | 31 | 0 | 0 | 332 | 144 | 120 |
| Binary | 10011010 | 10111111 | 11111111 | 101000 | 11001 | 0 | 0 | 11011010 | 1100100 | 1010000 |
Color Harmonies of #9ABFFF
Complementary color
Monochromatic Colors of #9ABFFF
Black with #9ABFFF
Text Example
Text Example
White with #9ABFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFFF; }
p { color: rgb(154,191,255); }
H1.HeaderClassName
{
color: #9ABFFF;
}
.AnyTagClassName
{
color: #9ABFFF;
}
</style>
background-color css
<style>
a { background-color: #9ABFFF; }
a { background-color: rgb(154,191,255); }
div.DivClassName
{
background-color: #9ABFFF;
}
.BgClassName
{
background-color: #9ABFFF;
}
</style>
border-color css
<style>
span { border-color: #9ABFFF; }
span { border-color: rgb(154,191,255); }
td.TdClassName
{
border-color: #9ABFFF;
}
.TagClassName
{
border-color: #9ABFFF;
}
</style>