Html Css Color HEX #A5C8EF Pale Cornflower Blue
📋 copy color: '#A5C8EF'red 165 ◦ green 200 ◦ blue 239
Shades of Pale Cornflower Blue #A5C8EF
Tints of Pale Cornflower Blue #A5C8EF
RGB
CMYK
RGB Variations
Color information
#A5C8EF (or 0xA5C8EF) is known color: Pale Cornflower Blue. HEX triplet: A5, C8 and EF. RGB value is (165,200,239). Sum of RGB (Red+Green+Blue) = 165+200+239=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8EF is #5A3710. Grayscale: #C1C1C1. Windows color (decimal): -5912337 or 15714469. OLE color: 15714469.
HSL color Cylindrical-coordinate representation of color #A5C8EF: hue angle of 211.62º 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 #A5C8EF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 200 | 239 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.06 |
| HSL | 211.62º | 0.7% | 0.79% | - |
| HSV(B) | 211.62º | 0.31% | 0.94% | - |
| XYZ | 51.75 | 55.54 | 89.65 | - |
| YUV | 193.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 239 | 0.31 | 0.16 | 0 | 0.06 | 211.62 | 0.7 | 0.79 |
| Hex | A5 | C8 | EF | 1F | 10 | 0 | 6 | D4 | 46 | 4F |
| Octal | 245 | 310 | 357 | 37 | 20 | 0 | 6 | 324 | 106 | 117 |
| Binary | 10100101 | 11001000 | 11101111 | 11111 | 10000 | 0 | 110 | 11010100 | 1000110 | 1001111 |
Color Harmonies of #A5C8EF
Complementary color
Monochromatic Colors of #A5C8EF
Black with #A5C8EF
Text Example
Text Example
White with #A5C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8EF; }
p { color: rgb(165,200,239); }
H1.HeaderClassName
{
color: #A5C8EF;
}
.AnyTagClassName
{
color: #A5C8EF;
}
</style>
background-color css
<style>
a { background-color: #A5C8EF; }
a { background-color: rgb(165,200,239); }
div.DivClassName
{
background-color: #A5C8EF;
}
.BgClassName
{
background-color: #A5C8EF;
}
</style>
border-color css
<style>
span { border-color: #A5C8EF; }
span { border-color: rgb(165,200,239); }
td.TdClassName
{
border-color: #A5C8EF;
}
.TagClassName
{
border-color: #A5C8EF;
}
</style>