Html Css Color HEX #A6CBF2 Pale Cornflower Blue
📋 copy color: '#A6CBF2'red 166 ◦ green 203 ◦ blue 242
Shades of Pale Cornflower Blue #A6CBF2
Tints of Pale Cornflower Blue #A6CBF2
RGB
CMYK
RGB Variations
Color information
#A6CBF2 (or 0xA6CBF2) is known color: Pale Cornflower Blue. HEX triplet: A6, CB and F2. RGB value is (166,203,242). Sum of RGB (Red+Green+Blue) = 166+203+242=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #A6CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBF2 is #59340D. Grayscale: #C4C4C4. Windows color (decimal): -5846030 or 15911846. OLE color: 15911846.
HSL color Cylindrical-coordinate representation of color #A6CBF2: hue angle of 210.79º 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 #A6CBF2 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 203 | 242 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.05 |
| HSL | 210.79º | 0.75% | 0.8% | - |
| HSV(B) | 210.79º | 0.31% | 0.95% | - |
| XYZ | 53.11 | 57.23 | 92.25 | - |
| YUV | 196.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 242 | 0.31 | 0.16 | 0 | 0.05 | 210.79 | 0.75 | 0.8 |
| Hex | A6 | CB | F2 | 1F | 10 | 0 | 5 | D3 | 4B | 50 |
| Octal | 246 | 313 | 362 | 37 | 20 | 0 | 5 | 323 | 113 | 120 |
| Binary | 10100110 | 11001011 | 11110010 | 11111 | 10000 | 0 | 101 | 11010011 | 1001011 | 1010000 |
Color Harmonies of #A6CBF2
Complementary color
Monochromatic Colors of #A6CBF2
Black with #A6CBF2
Text Example
Text Example
White with #A6CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBF2; }
p { color: rgb(166,203,242); }
H1.HeaderClassName
{
color: #A6CBF2;
}
.AnyTagClassName
{
color: #A6CBF2;
}
</style>
background-color css
<style>
a { background-color: #A6CBF2; }
a { background-color: rgb(166,203,242); }
div.DivClassName
{
background-color: #A6CBF2;
}
.BgClassName
{
background-color: #A6CBF2;
}
</style>
border-color css
<style>
span { border-color: #A6CBF2; }
span { border-color: rgb(166,203,242); }
td.TdClassName
{
border-color: #A6CBF2;
}
.TagClassName
{
border-color: #A6CBF2;
}
</style>