Html Css Color HEX #A8CDEF Pale Cornflower Blue
📋 copy color: '#A8CDEF'red 168 ◦ green 205 ◦ blue 239
Shades of Pale Cornflower Blue #A8CDEF
Tints of Pale Cornflower Blue #A8CDEF
RGB
CMYK
RGB Variations
Color information
#A8CDEF (or 0xA8CDEF) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and EF. RGB value is (168,205,239). Sum of RGB (Red+Green+Blue) = 168+205+239=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDEF is #573210. Grayscale: #C5C5C5. Windows color (decimal): -5714449 or 15715752. OLE color: 15715752.
HSL color Cylindrical-coordinate representation of color #A8CDEF: hue angle of 208.73º 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 #A8CDEF is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 205 | 239 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.06 |
| HSL | 208.73º | 0.69% | 0.8% | - |
| HSV(B) | 208.73º | 0.3% | 0.94% | - |
| XYZ | 53.56 | 58.22 | 90.08 | - |
| YUV | 197.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 239 | 0.30 | 0.14 | 0 | 0.06 | 208.73 | 0.69 | 0.8 |
| Hex | A8 | CD | EF | 1E | E | 0 | 6 | D1 | 45 | 50 |
| Octal | 250 | 315 | 357 | 36 | 16 | 0 | 6 | 321 | 105 | 120 |
| Binary | 10101000 | 11001101 | 11101111 | 11110 | 1110 | 0 | 110 | 11010001 | 1000101 | 1010000 |
Color Harmonies of #A8CDEF
Complementary color
Monochromatic Colors of #A8CDEF
Black with #A8CDEF
Text Example
Text Example
White with #A8CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDEF; }
p { color: rgb(168,205,239); }
H1.HeaderClassName
{
color: #A8CDEF;
}
.AnyTagClassName
{
color: #A8CDEF;
}
</style>
background-color css
<style>
a { background-color: #A8CDEF; }
a { background-color: rgb(168,205,239); }
div.DivClassName
{
background-color: #A8CDEF;
}
.BgClassName
{
background-color: #A8CDEF;
}
</style>
border-color css
<style>
span { border-color: #A8CDEF; }
span { border-color: rgb(168,205,239); }
td.TdClassName
{
border-color: #A8CDEF;
}
.TagClassName
{
border-color: #A8CDEF;
}
</style>