Html Css Color HEX #A8CAED Pale Cornflower Blue
📋 copy color: '#A8CAED'red 168 ◦ green 202 ◦ blue 237
Shades of Pale Cornflower Blue #A8CAED
Tints of Pale Cornflower Blue #A8CAED
RGB
CMYK
RGB Variations
Color information
#A8CAED (or 0xA8CAED) is known color: Pale Cornflower Blue. HEX triplet: A8, CA and ED. RGB value is (168,202,237). Sum of RGB (Red+Green+Blue) = 168+202+237=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAED is #573512. Grayscale: #C3C3C3. Windows color (decimal): -5715219 or 15583912. OLE color: 15583912.
HSL color Cylindrical-coordinate representation of color #A8CAED: hue angle of 210.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CAED is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 202 | 237 | - |
CMYK | 0.29 | 0.15 | 0 | 0.07 |
HSL | 210.43º | 0.66% | 0.79% | - |
HSV(B) | 210.43º | 0.29% | 0.93% | - |
XYZ | 52.56 | 56.68 | 88.29 | - |
YUV | 195.82 | 151.24 | 108.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 237 | 0.29 | 0.15 | 0 | 0.07 | 210.43 | 0.66 | 0.79 |
Hex | A8 | CA | ED | 1D | F | 0 | 7 | D2 | 42 | 4F |
Octal | 250 | 312 | 355 | 35 | 17 | 0 | 7 | 322 | 102 | 117 |
Binary | 10101000 | 11001010 | 11101101 | 11101 | 1111 | 0 | 111 | 11010010 | 1000010 | 1001111 |
Color Harmonies of #A8CAED
Complementary color
Monochromatic Colors of #A8CAED
Black with #A8CAED
Text Example
Text Example
White with #A8CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAED; }
p { color: rgb(168,202,237); }
H1.HeaderClassName
{
color: #A8CAED;
}
.AnyTagClassName
{
color: #A8CAED;
}
</style>
background-color css
<style>
a { background-color: #A8CAED; }
a { background-color: rgb(168,202,237); }
div.DivClassName
{
background-color: #A8CAED;
}
.BgClassName
{
background-color: #A8CAED;
}
</style>
border-color css
<style>
span { border-color: #A8CAED; }
span { border-color: rgb(168,202,237); }
td.TdClassName
{
border-color: #A8CAED;
}
.TagClassName
{
border-color: #A8CAED;
}
</style>