Html Css Color HEX #A6CAFE Pale Cornflower Blue
📋 copy color: '#A6CAFE'red 166 ◦ green 202 ◦ blue 254
Shades of Pale Cornflower Blue #A6CAFE
Tints of Pale Cornflower Blue #A6CAFE
RGB
CMYK
RGB Variations
Color information
#A6CAFE (or 0xA6CAFE) is known color: Pale Cornflower Blue. HEX triplet: A6, CA and FE. RGB value is (166,202,254). Sum of RGB (Red+Green+Blue) = 166+202+254=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAFE is #593501. Grayscale: #C4C4C4. Windows color (decimal): -5846274 or 16698022. OLE color: 16698022.
HSL color Cylindrical-coordinate representation of color #A6CAFE: hue angle of 215.45º 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 #A6CAFE is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 202 | 254 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.00 |
| HSL | 215.45º | 0.98% | 0.82% | - |
| HSV(B) | 215.45º | 0.35% | 1% | - |
| XYZ | 54.74 | 57.5 | 101.98 | - |
| YUV | 197.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 254 | 0.35 | 0.20 | 0 | 0.00 | 215.45 | 0.98 | 0.82 |
| Hex | A6 | CA | FE | 23 | 14 | 0 | 0 | D7 | 62 | 52 |
| Octal | 246 | 312 | 376 | 43 | 24 | 0 | 0 | 327 | 142 | 122 |
| Binary | 10100110 | 11001010 | 11111110 | 100011 | 10100 | 0 | 0 | 11010111 | 1100010 | 1010010 |
Color Harmonies of #A6CAFE
Complementary color
Monochromatic Colors of #A6CAFE
Black with #A6CAFE
Text Example
Text Example
White with #A6CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAFE; }
p { color: rgb(166,202,254); }
H1.HeaderClassName
{
color: #A6CAFE;
}
.AnyTagClassName
{
color: #A6CAFE;
}
</style>
background-color css
<style>
a { background-color: #A6CAFE; }
a { background-color: rgb(166,202,254); }
div.DivClassName
{
background-color: #A6CAFE;
}
.BgClassName
{
background-color: #A6CAFE;
}
</style>
border-color css
<style>
span { border-color: #A6CAFE; }
span { border-color: rgb(166,202,254); }
td.TdClassName
{
border-color: #A6CAFE;
}
.TagClassName
{
border-color: #A6CAFE;
}
</style>