Html Css Color HEX #A5CAEF Pale Cornflower Blue
📋 copy color: '#A5CAEF'red 165 ◦ green 202 ◦ blue 239
Shades of Pale Cornflower Blue #A5CAEF
Tints of Pale Cornflower Blue #A5CAEF
RGB
CMYK
RGB Variations
Color information
#A5CAEF (or 0xA5CAEF) is known color: Pale Cornflower Blue. HEX triplet: A5, CA and EF. RGB value is (165,202,239). Sum of RGB (Red+Green+Blue) = 165+202+239=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAEF is #5A3510. Grayscale: #C2C2C2. Windows color (decimal): -5911825 or 15714981. OLE color: 15714981.
HSL color Cylindrical-coordinate representation of color #A5CAEF: hue angle of 210º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5CAEF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 202 | 239 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.06 |
| HSL | 210º | 0.7% | 0.79% | - |
| HSV(B) | 210º | 0.31% | 0.94% | - |
| XYZ | 52.22 | 56.47 | 89.81 | - |
| YUV | 195.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 239 | 0.31 | 0.15 | 0 | 0.06 | 210 | 0.7 | 0.79 |
| Hex | A5 | CA | EF | 1F | F | 0 | 6 | D2 | 46 | 4F |
| Octal | 245 | 312 | 357 | 37 | 17 | 0 | 6 | 322 | 106 | 117 |
| Binary | 10100101 | 11001010 | 11101111 | 11111 | 1111 | 0 | 110 | 11010010 | 1000110 | 1001111 |
Color Harmonies of #A5CAEF
Complementary color
Monochromatic Colors of #A5CAEF
Black with #A5CAEF
Text Example
Text Example
White with #A5CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAEF; }
p { color: rgb(165,202,239); }
H1.HeaderClassName
{
color: #A5CAEF;
}
.AnyTagClassName
{
color: #A5CAEF;
}
</style>
background-color css
<style>
a { background-color: #A5CAEF; }
a { background-color: rgb(165,202,239); }
div.DivClassName
{
background-color: #A5CAEF;
}
.BgClassName
{
background-color: #A5CAEF;
}
</style>
border-color css
<style>
span { border-color: #A5CAEF; }
span { border-color: rgb(165,202,239); }
td.TdClassName
{
border-color: #A5CAEF;
}
.TagClassName
{
border-color: #A5CAEF;
}
</style>