Html Css Color HEX #A5C9EF Pale Cornflower Blue
📋 copy color: '#A5C9EF'red 165 ◦ green 201 ◦ blue 239
Shades of Pale Cornflower Blue #A5C9EF
Tints of Pale Cornflower Blue #A5C9EF
RGB
CMYK
RGB Variations
Color information
#A5C9EF (or 0xA5C9EF) is known color: Pale Cornflower Blue. HEX triplet: A5, C9 and EF. RGB value is (165,201,239). Sum of RGB (Red+Green+Blue) = 165+201+239=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9EF is #5A3610. Grayscale: #C2C2C2. Windows color (decimal): -5912081 or 15714725. OLE color: 15714725.
HSL color Cylindrical-coordinate representation of color #A5C9EF: hue angle of 210.81º 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 #A5C9EF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 201 | 239 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.06 |
| HSL | 210.81º | 0.7% | 0.79% | - |
| HSV(B) | 210.81º | 0.31% | 0.94% | - |
| XYZ | 51.98 | 56 | 89.73 | - |
| YUV | 194.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 239 | 0.31 | 0.16 | 0 | 0.06 | 210.81 | 0.7 | 0.79 |
| Hex | A5 | C9 | EF | 1F | 10 | 0 | 6 | D3 | 46 | 4F |
| Octal | 245 | 311 | 357 | 37 | 20 | 0 | 6 | 323 | 106 | 117 |
| Binary | 10100101 | 11001001 | 11101111 | 11111 | 10000 | 0 | 110 | 11010011 | 1000110 | 1001111 |
Color Harmonies of #A5C9EF
Complementary color
Monochromatic Colors of #A5C9EF
Black with #A5C9EF
Text Example
Text Example
White with #A5C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C9EF; }
p { color: rgb(165,201,239); }
H1.HeaderClassName
{
color: #A5C9EF;
}
.AnyTagClassName
{
color: #A5C9EF;
}
</style>
background-color css
<style>
a { background-color: #A5C9EF; }
a { background-color: rgb(165,201,239); }
div.DivClassName
{
background-color: #A5C9EF;
}
.BgClassName
{
background-color: #A5C9EF;
}
</style>
border-color css
<style>
span { border-color: #A5C9EF; }
span { border-color: rgb(165,201,239); }
td.TdClassName
{
border-color: #A5C9EF;
}
.TagClassName
{
border-color: #A5C9EF;
}
</style>