Html Css Color HEX #A5C8EB Pale Cornflower Blue
📋 copy color: '#A5C8EB'red 165 ◦ green 200 ◦ blue 235
Shades of Pale Cornflower Blue #A5C8EB
Tints of Pale Cornflower Blue #A5C8EB
RGB
CMYK
RGB Variations
Color information
#A5C8EB (or 0xA5C8EB) is known color: Pale Cornflower Blue. HEX triplet: A5, C8 and EB. RGB value is (165,200,235). Sum of RGB (Red+Green+Blue) = 165+200+235=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8EB is #5A3714. Grayscale: #C1C1C1. Windows color (decimal): -5912341 or 15452325. OLE color: 15452325.
HSL color Cylindrical-coordinate representation of color #A5C8EB: hue angle of 210º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C8EB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 200 | 235 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.08 |
| HSL | 210º | 0.64% | 0.78% | - |
| HSV(B) | 210º | 0.3% | 0.92% | - |
| XYZ | 51.17 | 55.31 | 86.58 | - |
| YUV | 193.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 235 | 0.30 | 0.15 | 0 | 0.08 | 210 | 0.64 | 0.78 |
| Hex | A5 | C8 | EB | 1E | F | 0 | 8 | D2 | 40 | 4E |
| Octal | 245 | 310 | 353 | 36 | 17 | 0 | 10 | 322 | 100 | 116 |
| Binary | 10100101 | 11001000 | 11101011 | 11110 | 1111 | 0 | 1000 | 11010010 | 1000000 | 1001110 |
Color Harmonies of #A5C8EB
Complementary color
Monochromatic Colors of #A5C8EB
Black with #A5C8EB
Text Example
Text Example
White with #A5C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8EB; }
p { color: rgb(165,200,235); }
H1.HeaderClassName
{
color: #A5C8EB;
}
.AnyTagClassName
{
color: #A5C8EB;
}
</style>
background-color css
<style>
a { background-color: #A5C8EB; }
a { background-color: rgb(165,200,235); }
div.DivClassName
{
background-color: #A5C8EB;
}
.BgClassName
{
background-color: #A5C8EB;
}
</style>
border-color css
<style>
span { border-color: #A5C8EB; }
span { border-color: rgb(165,200,235); }
td.TdClassName
{
border-color: #A5C8EB;
}
.TagClassName
{
border-color: #A5C8EB;
}
</style>