Html Css Color HEX #A8D0F9 Pale Cornflower Blue
📋 copy color: '#A8D0F9'red 168 ◦ green 208 ◦ blue 249
Shades of Pale Cornflower Blue #A8D0F9
Tints of Pale Cornflower Blue #A8D0F9
RGB
CMYK
RGB Variations
Color information
#A8D0F9 (or 0xA8D0F9) is known color: Pale Cornflower Blue. HEX triplet: A8, D0 and F9. RGB value is (168,208,249). Sum of RGB (Red+Green+Blue) = 168+208+249=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8D0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0F9 is #572F06. Grayscale: #C8C8C8. Windows color (decimal): -5713671 or 16371880. OLE color: 16371880.
HSL color Cylindrical-coordinate representation of color #A8D0F9: hue angle of 210.37º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D0F9 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 208 | 249 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.02 |
| HSL | 210.37º | 0.87% | 0.82% | - |
| HSV(B) | 210.37º | 0.33% | 0.98% | - |
| XYZ | 55.8 | 60.28 | 98.32 | - |
| YUV | 200.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 249 | 0.33 | 0.16 | 0 | 0.02 | 210.37 | 0.87 | 0.82 |
| Hex | A8 | D0 | F9 | 21 | 10 | 0 | 2 | D2 | 57 | 52 |
| Octal | 250 | 320 | 371 | 41 | 20 | 0 | 2 | 322 | 127 | 122 |
| Binary | 10101000 | 11010000 | 11111001 | 100001 | 10000 | 0 | 10 | 11010010 | 1010111 | 1010010 |
Color Harmonies of #A8D0F9
Complementary color
Monochromatic Colors of #A8D0F9
Black with #A8D0F9
Text Example
Text Example
White with #A8D0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0F9; }
p { color: rgb(168,208,249); }
H1.HeaderClassName
{
color: #A8D0F9;
}
.AnyTagClassName
{
color: #A8D0F9;
}
</style>
background-color css
<style>
a { background-color: #A8D0F9; }
a { background-color: rgb(168,208,249); }
div.DivClassName
{
background-color: #A8D0F9;
}
.BgClassName
{
background-color: #A8D0F9;
}
</style>
border-color css
<style>
span { border-color: #A8D0F9; }
span { border-color: rgb(168,208,249); }
td.TdClassName
{
border-color: #A8D0F9;
}
.TagClassName
{
border-color: #A8D0F9;
}
</style>