Html Css Color HEX #A6CAFF Pale Cornflower Blue
📋 copy color: '#A6CAFF'red 166 ◦ green 202 ◦ blue 255
Shades of Pale Cornflower Blue #A6CAFF
Tints of Pale Cornflower Blue #A6CAFF
RGB
CMYK
RGB Variations
Color information
#A6CAFF (or 0xA6CAFF) is known color: Pale Cornflower Blue. HEX triplet: A6, CA and FF. RGB value is (166,202,255). Sum of RGB (Red+Green+Blue) = 166+202+255=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAFF is #593500. Grayscale: #C5C5C5. Windows color (decimal): -5846273 or 16763558. OLE color: 16763558.
HSL color Cylindrical-coordinate representation of color #A6CAFF: hue angle of 215.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CAFF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 202 | 255 | - |
| CMYK | 0.35 | 0.21 | 0 | 0 |
| HSL | 215.73º | 1% | 0.83% | - |
| HSV(B) | 215.73º | 0.35% | 1% | - |
| XYZ | 54.9 | 57.57 | 102.83 | - |
| YUV | 197.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 255 | 0.35 | 0.21 | 0 | 0 | 215.73 | 1 | 0.83 |
| Hex | A6 | CA | FF | 23 | 15 | 0 | 0 | D8 | 64 | 53 |
| Octal | 246 | 312 | 377 | 43 | 25 | 0 | 0 | 330 | 144 | 123 |
| Binary | 10100110 | 11001010 | 11111111 | 100011 | 10101 | 0 | 0 | 11011000 | 1100100 | 1010011 |
Color Harmonies of #A6CAFF
Complementary color
Monochromatic Colors of #A6CAFF
Black with #A6CAFF
Text Example
Text Example
White with #A6CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAFF; }
p { color: rgb(166,202,255); }
H1.HeaderClassName
{
color: #A6CAFF;
}
.AnyTagClassName
{
color: #A6CAFF;
}
</style>
background-color css
<style>
a { background-color: #A6CAFF; }
a { background-color: rgb(166,202,255); }
div.DivClassName
{
background-color: #A6CAFF;
}
.BgClassName
{
background-color: #A6CAFF;
}
</style>
border-color css
<style>
span { border-color: #A6CAFF; }
span { border-color: rgb(166,202,255); }
td.TdClassName
{
border-color: #A6CAFF;
}
.TagClassName
{
border-color: #A6CAFF;
}
</style>