Html Css Color HEX #A7CAEF Pale Cornflower Blue
📋 copy color: '#A7CAEF'red 167 ◦ green 202 ◦ blue 239
Shades of Pale Cornflower Blue #A7CAEF
Tints of Pale Cornflower Blue #A7CAEF
RGB
CMYK
RGB Variations
Color information
#A7CAEF (or 0xA7CAEF) is known color: Pale Cornflower Blue. HEX triplet: A7, CA and EF. RGB value is (167,202,239). Sum of RGB (Red+Green+Blue) = 167+202+239=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CAEF is #583510. Grayscale: #C3C3C3. Windows color (decimal): -5780753 or 15714983. OLE color: 15714983.
HSL color Cylindrical-coordinate representation of color #A7CAEF: hue angle of 210.83º 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 #A7CAEF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 202 | 239 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.06 |
| HSL | 210.83º | 0.69% | 0.8% | - |
| HSV(B) | 210.83º | 0.3% | 0.94% | - |
| XYZ | 52.64 | 56.69 | 89.83 | - |
| YUV | 195.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 239 | 0.30 | 0.15 | 0 | 0.06 | 210.83 | 0.69 | 0.8 |
| Hex | A7 | CA | EF | 1E | F | 0 | 6 | D3 | 45 | 50 |
| Octal | 247 | 312 | 357 | 36 | 17 | 0 | 6 | 323 | 105 | 120 |
| Binary | 10100111 | 11001010 | 11101111 | 11110 | 1111 | 0 | 110 | 11010011 | 1000101 | 1010000 |
Color Harmonies of #A7CAEF
Complementary color
Monochromatic Colors of #A7CAEF
Black with #A7CAEF
Text Example
Text Example
White with #A7CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CAEF; }
p { color: rgb(167,202,239); }
H1.HeaderClassName
{
color: #A7CAEF;
}
.AnyTagClassName
{
color: #A7CAEF;
}
</style>
background-color css
<style>
a { background-color: #A7CAEF; }
a { background-color: rgb(167,202,239); }
div.DivClassName
{
background-color: #A7CAEF;
}
.BgClassName
{
background-color: #A7CAEF;
}
</style>
border-color css
<style>
span { border-color: #A7CAEF; }
span { border-color: rgb(167,202,239); }
td.TdClassName
{
border-color: #A7CAEF;
}
.TagClassName
{
border-color: #A7CAEF;
}
</style>