Html Css Color HEX #A8CDEE Pale Cornflower Blue
📋 copy color: '#A8CDEE'red 168 ◦ green 205 ◦ blue 238
Shades of Pale Cornflower Blue #A8CDEE
Tints of Pale Cornflower Blue #A8CDEE
RGB
CMYK
RGB Variations
Color information
#A8CDEE (or 0xA8CDEE) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and EE. RGB value is (168,205,238). Sum of RGB (Red+Green+Blue) = 168+205+238=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8CDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDEE is #573211. Grayscale: #C5C5C5. Windows color (decimal): -5714450 or 15650216. OLE color: 15650216.
HSL color Cylindrical-coordinate representation of color #A8CDEE: hue angle of 208.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CDEE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 205 | 238 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.07 |
| HSL | 208.29º | 0.67% | 0.8% | - |
| HSV(B) | 208.29º | 0.29% | 0.93% | - |
| XYZ | 53.41 | 58.16 | 89.3 | - |
| YUV | 197.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 238 | 0.29 | 0.14 | 0 | 0.07 | 208.29 | 0.67 | 0.8 |
| Hex | A8 | CD | EE | 1D | E | 0 | 7 | D0 | 43 | 50 |
| Octal | 250 | 315 | 356 | 35 | 16 | 0 | 7 | 320 | 103 | 120 |
| Binary | 10101000 | 11001101 | 11101110 | 11101 | 1110 | 0 | 111 | 11010000 | 1000011 | 1010000 |
Color Harmonies of #A8CDEE
Complementary color
Monochromatic Colors of #A8CDEE
Black with #A8CDEE
Text Example
Text Example
White with #A8CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDEE; }
p { color: rgb(168,205,238); }
H1.HeaderClassName
{
color: #A8CDEE;
}
.AnyTagClassName
{
color: #A8CDEE;
}
</style>
background-color css
<style>
a { background-color: #A8CDEE; }
a { background-color: rgb(168,205,238); }
div.DivClassName
{
background-color: #A8CDEE;
}
.BgClassName
{
background-color: #A8CDEE;
}
</style>
border-color css
<style>
span { border-color: #A8CDEE; }
span { border-color: rgb(168,205,238); }
td.TdClassName
{
border-color: #A8CDEE;
}
.TagClassName
{
border-color: #A8CDEE;
}
</style>