Html Css Color HEX #A5C7EE Pale Cornflower Blue
📋 copy color: '#A5C7EE'red 165 ◦ green 199 ◦ blue 238
Shades of Pale Cornflower Blue #A5C7EE
Tints of Pale Cornflower Blue #A5C7EE
RGB
CMYK
RGB Variations
Color information
#A5C7EE (or 0xA5C7EE) is known color: Pale Cornflower Blue. HEX triplet: A5, C7 and EE. RGB value is (165,199,238). Sum of RGB (Red+Green+Blue) = 165+199+238=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5C7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C7EE is #5A3811. Grayscale: #C1C1C1. Windows color (decimal): -5912594 or 15648677. OLE color: 15648677.
HSL color Cylindrical-coordinate representation of color #A5C7EE: hue angle of 212.05º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C7EE is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 199 | 238 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.07 |
| HSL | 212.05º | 0.68% | 0.79% | - |
| HSV(B) | 212.05º | 0.31% | 0.93% | - |
| XYZ | 51.37 | 55.02 | 88.8 | - |
| YUV | 193.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 238 | 0.31 | 0.16 | 0 | 0.07 | 212.05 | 0.68 | 0.79 |
| Hex | A5 | C7 | EE | 1F | 10 | 0 | 7 | D4 | 44 | 4F |
| Octal | 245 | 307 | 356 | 37 | 20 | 0 | 7 | 324 | 104 | 117 |
| Binary | 10100101 | 11000111 | 11101110 | 11111 | 10000 | 0 | 111 | 11010100 | 1000100 | 1001111 |
Color Harmonies of #A5C7EE
Complementary color
Monochromatic Colors of #A5C7EE
Black with #A5C7EE
Text Example
Text Example
White with #A5C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C7EE; }
p { color: rgb(165,199,238); }
H1.HeaderClassName
{
color: #A5C7EE;
}
.AnyTagClassName
{
color: #A5C7EE;
}
</style>
background-color css
<style>
a { background-color: #A5C7EE; }
a { background-color: rgb(165,199,238); }
div.DivClassName
{
background-color: #A5C7EE;
}
.BgClassName
{
background-color: #A5C7EE;
}
</style>
border-color css
<style>
span { border-color: #A5C7EE; }
span { border-color: rgb(165,199,238); }
td.TdClassName
{
border-color: #A5C7EE;
}
.TagClassName
{
border-color: #A5C7EE;
}
</style>