Html Css Color HEX #A8C9EF Pale Cornflower Blue
📋 copy color: '#A8C9EF'red 168 ◦ green 201 ◦ blue 239
Shades of Pale Cornflower Blue #A8C9EF
Tints of Pale Cornflower Blue #A8C9EF
RGB
CMYK
RGB Variations
Color information
#A8C9EF (or 0xA8C9EF) is known color: Pale Cornflower Blue. HEX triplet: A8, C9 and EF. RGB value is (168,201,239). Sum of RGB (Red+Green+Blue) = 168+201+239=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C9EF is #573610. Grayscale: #C3C3C3. Windows color (decimal): -5715473 or 15714728. OLE color: 15714728.
HSL color Cylindrical-coordinate representation of color #A8C9EF: hue angle of 212.11º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C9EF is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 168 | 201 | 239 | - |
CMYK | 0.30 | 0.16 | 0 | 0.06 |
HSL | 212.11º | 0.69% | 0.8% | - |
HSV(B) | 212.11º | 0.3% | 0.94% | - |
XYZ | 52.62 | 56.33 | 89.76 | - |
YUV | 195.47 | 152.57 | 108.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 239 | 0.30 | 0.16 | 0 | 0.06 | 212.11 | 0.69 | 0.8 |
Hex | A8 | C9 | EF | 1E | 10 | 0 | 6 | D4 | 45 | 50 |
Octal | 250 | 311 | 357 | 36 | 20 | 0 | 6 | 324 | 105 | 120 |
Binary | 10101000 | 11001001 | 11101111 | 11110 | 10000 | 0 | 110 | 11010100 | 1000101 | 1010000 |
Color Harmonies of #A8C9EF
Complementary color
Monochromatic Colors of #A8C9EF
Black with #A8C9EF
Text Example
Text Example
White with #A8C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9EF; }
p { color: rgb(168,201,239); }
H1.HeaderClassName
{
color: #A8C9EF;
}
.AnyTagClassName
{
color: #A8C9EF;
}
</style>
background-color css
<style>
a { background-color: #A8C9EF; }
a { background-color: rgb(168,201,239); }
div.DivClassName
{
background-color: #A8C9EF;
}
.BgClassName
{
background-color: #A8C9EF;
}
</style>
border-color css
<style>
span { border-color: #A8C9EF; }
span { border-color: rgb(168,201,239); }
td.TdClassName
{
border-color: #A8C9EF;
}
.TagClassName
{
border-color: #A8C9EF;
}
</style>