Html Css Color HEX #9AC1F8 Pale Cornflower Blue
📋 copy color: '#9AC1F8'red 154 ◦ green 193 ◦ blue 248
Shades of Pale Cornflower Blue #9AC1F8
Tints of Pale Cornflower Blue #9AC1F8
RGB
CMYK
RGB Variations
Color information
#9AC1F8 (or 0x9AC1F8) is known color: Pale Cornflower Blue. HEX triplet: 9A, C1 and F8. RGB value is (154,193,248). Sum of RGB (Red+Green+Blue) = 154+193+248=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #9AC1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC1F8 is #653E07. Grayscale: #BBBBBB. Windows color (decimal): -6635016 or 16302490. OLE color: 16302490.
HSL color Cylindrical-coordinate representation of color #9AC1F8: hue angle of 215.11º degrees, saturation: 0.87, 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 #9AC1F8 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 193 | 248 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.03 |
| HSL | 215.11º | 0.87% | 0.79% | - |
| HSV(B) | 215.11º | 0.38% | 0.97% | - |
| XYZ | 49.34 | 51.79 | 96.2 | - |
| YUV | 187.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 248 | 0.38 | 0.22 | 0 | 0.03 | 215.11 | 0.87 | 0.79 |
| Hex | 9A | C1 | F8 | 26 | 16 | 0 | 3 | D7 | 57 | 4F |
| Octal | 232 | 301 | 370 | 46 | 26 | 0 | 3 | 327 | 127 | 117 |
| Binary | 10011010 | 11000001 | 11111000 | 100110 | 10110 | 0 | 11 | 11010111 | 1010111 | 1001111 |
Color Harmonies of #9AC1F8
Complementary color
Monochromatic Colors of #9AC1F8
Black with #9AC1F8
Text Example
Text Example
White with #9AC1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC1F8; }
p { color: rgb(154,193,248); }
H1.HeaderClassName
{
color: #9AC1F8;
}
.AnyTagClassName
{
color: #9AC1F8;
}
</style>
background-color css
<style>
a { background-color: #9AC1F8; }
a { background-color: rgb(154,193,248); }
div.DivClassName
{
background-color: #9AC1F8;
}
.BgClassName
{
background-color: #9AC1F8;
}
</style>
border-color css
<style>
span { border-color: #9AC1F8; }
span { border-color: rgb(154,193,248); }
td.TdClassName
{
border-color: #9AC1F8;
}
.TagClassName
{
border-color: #9AC1F8;
}
</style>