Html Css Color HEX #A5C9EE Pale Cornflower Blue
📋 copy color: '#A5C9EE'red 165 ◦ green 201 ◦ blue 238
Shades of Pale Cornflower Blue #A5C9EE
Tints of Pale Cornflower Blue #A5C9EE
RGB
CMYK
RGB Variations
Color information
#A5C9EE (or 0xA5C9EE) is known color: Pale Cornflower Blue. HEX triplet: A5, C9 and EE. RGB value is (165,201,238). Sum of RGB (Red+Green+Blue) = 165+201+238=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5C9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9EE is #5A3611. Grayscale: #C2C2C2. Windows color (decimal): -5912082 or 15649189. OLE color: 15649189.
HSL color Cylindrical-coordinate representation of color #A5C9EE: hue angle of 210.41º 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 #A5C9EE is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 201 | 238 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.07 |
| HSL | 210.41º | 0.68% | 0.79% | - |
| HSV(B) | 210.41º | 0.31% | 0.93% | - |
| XYZ | 51.84 | 55.95 | 88.96 | - |
| YUV | 194.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 238 | 0.31 | 0.16 | 0 | 0.07 | 210.41 | 0.68 | 0.79 |
| Hex | A5 | C9 | EE | 1F | 10 | 0 | 7 | D2 | 44 | 4F |
| Octal | 245 | 311 | 356 | 37 | 20 | 0 | 7 | 322 | 104 | 117 |
| Binary | 10100101 | 11001001 | 11101110 | 11111 | 10000 | 0 | 111 | 11010010 | 1000100 | 1001111 |
Color Harmonies of #A5C9EE
Complementary color
Monochromatic Colors of #A5C9EE
Black with #A5C9EE
Text Example
Text Example
White with #A5C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C9EE; }
p { color: rgb(165,201,238); }
H1.HeaderClassName
{
color: #A5C9EE;
}
.AnyTagClassName
{
color: #A5C9EE;
}
</style>
background-color css
<style>
a { background-color: #A5C9EE; }
a { background-color: rgb(165,201,238); }
div.DivClassName
{
background-color: #A5C9EE;
}
.BgClassName
{
background-color: #A5C9EE;
}
</style>
border-color css
<style>
span { border-color: #A5C9EE; }
span { border-color: rgb(165,201,238); }
td.TdClassName
{
border-color: #A5C9EE;
}
.TagClassName
{
border-color: #A5C9EE;
}
</style>