Html Css Color HEX #A5C6FC Pale Cornflower Blue
📋 copy color: '#A5C6FC'red 165 ◦ green 198 ◦ blue 252
Shades of Pale Cornflower Blue #A5C6FC
Tints of Pale Cornflower Blue #A5C6FC
RGB
CMYK
RGB Variations
Color information
#A5C6FC (or 0xA5C6FC) is known color: Pale Cornflower Blue. HEX triplet: A5, C6 and FC. RGB value is (165,198,252). Sum of RGB (Red+Green+Blue) = 165+198+252=615 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.83% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5C6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6FC is #5A3903. Grayscale: #C2C2C2. Windows color (decimal): -5912836 or 16565925. OLE color: 16565925.
HSL color Cylindrical-coordinate representation of color #A5C6FC: hue angle of 217.24º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C6FC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 198 | 252 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.01 |
| HSL | 217.24º | 0.94% | 0.82% | - |
| HSV(B) | 217.24º | 0.35% | 0.99% | - |
| XYZ | 53.28 | 55.42 | 99.98 | - |
| YUV | 194.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 252 | 0.35 | 0.21 | 0 | 0.01 | 217.24 | 0.94 | 0.82 |
| Hex | A5 | C6 | FC | 23 | 15 | 0 | 1 | D9 | 5E | 52 |
| Octal | 245 | 306 | 374 | 43 | 25 | 0 | 1 | 331 | 136 | 122 |
| Binary | 10100101 | 11000110 | 11111100 | 100011 | 10101 | 0 | 1 | 11011001 | 1011110 | 1010010 |
Color Harmonies of #A5C6FC
Complementary color
Monochromatic Colors of #A5C6FC
Black with #A5C6FC
Text Example
Text Example
White with #A5C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6FC; }
p { color: rgb(165,198,252); }
H1.HeaderClassName
{
color: #A5C6FC;
}
.AnyTagClassName
{
color: #A5C6FC;
}
</style>
background-color css
<style>
a { background-color: #A5C6FC; }
a { background-color: rgb(165,198,252); }
div.DivClassName
{
background-color: #A5C6FC;
}
.BgClassName
{
background-color: #A5C6FC;
}
</style>
border-color css
<style>
span { border-color: #A5C6FC; }
span { border-color: rgb(165,198,252); }
td.TdClassName
{
border-color: #A5C6FC;
}
.TagClassName
{
border-color: #A5C6FC;
}
</style>