Html Css Color HEX #A5C6FE Pale Cornflower Blue
📋 copy color: '#A5C6FE'red 165 ◦ green 198 ◦ blue 254
Shades of Pale Cornflower Blue #A5C6FE
Tints of Pale Cornflower Blue #A5C6FE
RGB
CMYK
RGB Variations
Color information
#A5C6FE (or 0xA5C6FE) is known color: Pale Cornflower Blue. HEX triplet: A5, C6 and FE. RGB value is (165,198,254). Sum of RGB (Red+Green+Blue) = 165+198+254=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6FE is #5A3901. Grayscale: #C2C2C2. Windows color (decimal): -5912834 or 16696997. OLE color: 16696997.
HSL color Cylindrical-coordinate representation of color #A5C6FE: hue angle of 217.75º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C6FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 198 | 254 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.00 |
| HSL | 217.75º | 0.98% | 0.82% | - |
| HSV(B) | 217.75º | 0.35% | 1% | - |
| XYZ | 53.6 | 55.54 | 101.66 | - |
| YUV | 194.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 254 | 0.35 | 0.22 | 0 | 0.00 | 217.75 | 0.98 | 0.82 |
| Hex | A5 | C6 | FE | 23 | 16 | 0 | 0 | DA | 62 | 52 |
| Octal | 245 | 306 | 376 | 43 | 26 | 0 | 0 | 332 | 142 | 122 |
| Binary | 10100101 | 11000110 | 11111110 | 100011 | 10110 | 0 | 0 | 11011010 | 1100010 | 1010010 |
Color Harmonies of #A5C6FE
Complementary color
Monochromatic Colors of #A5C6FE
Black with #A5C6FE
Text Example
Text Example
White with #A5C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6FE; }
p { color: rgb(165,198,254); }
H1.HeaderClassName
{
color: #A5C6FE;
}
.AnyTagClassName
{
color: #A5C6FE;
}
</style>
background-color css
<style>
a { background-color: #A5C6FE; }
a { background-color: rgb(165,198,254); }
div.DivClassName
{
background-color: #A5C6FE;
}
.BgClassName
{
background-color: #A5C6FE;
}
</style>
border-color css
<style>
span { border-color: #A5C6FE; }
span { border-color: rgb(165,198,254); }
td.TdClassName
{
border-color: #A5C6FE;
}
.TagClassName
{
border-color: #A5C6FE;
}
</style>