Html Css Color HEX #A6CDF2 Pale Cornflower Blue
📋 copy color: '#A6CDF2'red 166 ◦ green 205 ◦ blue 242
Shades of Pale Cornflower Blue #A6CDF2
Tints of Pale Cornflower Blue #A6CDF2
RGB
CMYK
RGB Variations
Color information
#A6CDF2 (or 0xA6CDF2) is known color: Pale Cornflower Blue. HEX triplet: A6, CD and F2. RGB value is (166,205,242). Sum of RGB (Red+Green+Blue) = 166+205+242=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #A6CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDF2 is #59320D. Grayscale: #C5C5C5. Windows color (decimal): -5845518 or 15912358. OLE color: 15912358.
HSL color Cylindrical-coordinate representation of color #A6CDF2: hue angle of 209.21º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CDF2 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 205 | 242 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.05 |
| HSL | 209.21º | 0.75% | 0.8% | - |
| HSV(B) | 209.21º | 0.31% | 0.95% | - |
| XYZ | 53.58 | 58.18 | 92.41 | - |
| YUV | 197.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 242 | 0.31 | 0.15 | 0 | 0.05 | 209.21 | 0.75 | 0.8 |
| Hex | A6 | CD | F2 | 1F | F | 0 | 5 | D1 | 4B | 50 |
| Octal | 246 | 315 | 362 | 37 | 17 | 0 | 5 | 321 | 113 | 120 |
| Binary | 10100110 | 11001101 | 11110010 | 11111 | 1111 | 0 | 101 | 11010001 | 1001011 | 1010000 |
Color Harmonies of #A6CDF2
Complementary color
Monochromatic Colors of #A6CDF2
Black with #A6CDF2
Text Example
Text Example
White with #A6CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDF2; }
p { color: rgb(166,205,242); }
H1.HeaderClassName
{
color: #A6CDF2;
}
.AnyTagClassName
{
color: #A6CDF2;
}
</style>
background-color css
<style>
a { background-color: #A6CDF2; }
a { background-color: rgb(166,205,242); }
div.DivClassName
{
background-color: #A6CDF2;
}
.BgClassName
{
background-color: #A6CDF2;
}
</style>
border-color css
<style>
span { border-color: #A6CDF2; }
span { border-color: rgb(166,205,242); }
td.TdClassName
{
border-color: #A6CDF2;
}
.TagClassName
{
border-color: #A6CDF2;
}
</style>