Html Css Color HEX #A6CDF6 Pale Cornflower Blue
📋 copy color: '#A6CDF6'red 166 ◦ green 205 ◦ blue 246
Shades of Pale Cornflower Blue #A6CDF6
Tints of Pale Cornflower Blue #A6CDF6
RGB
CMYK
RGB Variations
Color information
#A6CDF6 (or 0xA6CDF6) is known color: Pale Cornflower Blue. HEX triplet: A6, CD and F6. RGB value is (166,205,246). Sum of RGB (Red+Green+Blue) = 166+205+246=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6CDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDF6 is #593209. Grayscale: #C5C5C5. Windows color (decimal): -5845514 or 16174502. OLE color: 16174502.
HSL color Cylindrical-coordinate representation of color #A6CDF6: hue angle of 210.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CDF6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 205 | 246 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.04 |
| HSL | 210.75º | 0.82% | 0.81% | - |
| HSV(B) | 210.75º | 0.33% | 0.96% | - |
| XYZ | 54.19 | 58.42 | 95.61 | - |
| YUV | 198.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 246 | 0.33 | 0.17 | 0 | 0.04 | 210.75 | 0.82 | 0.81 |
| Hex | A6 | CD | F6 | 21 | 11 | 0 | 4 | D3 | 52 | 51 |
| Octal | 246 | 315 | 366 | 41 | 21 | 0 | 4 | 323 | 122 | 121 |
| Binary | 10100110 | 11001101 | 11110110 | 100001 | 10001 | 0 | 100 | 11010011 | 1010010 | 1010001 |
Color Harmonies of #A6CDF6
Complementary color
Monochromatic Colors of #A6CDF6
Black with #A6CDF6
Text Example
Text Example
White with #A6CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDF6; }
p { color: rgb(166,205,246); }
H1.HeaderClassName
{
color: #A6CDF6;
}
.AnyTagClassName
{
color: #A6CDF6;
}
</style>
background-color css
<style>
a { background-color: #A6CDF6; }
a { background-color: rgb(166,205,246); }
div.DivClassName
{
background-color: #A6CDF6;
}
.BgClassName
{
background-color: #A6CDF6;
}
</style>
border-color css
<style>
span { border-color: #A6CDF6; }
span { border-color: rgb(166,205,246); }
td.TdClassName
{
border-color: #A6CDF6;
}
.TagClassName
{
border-color: #A6CDF6;
}
</style>