Html Css Color HEX #A6CBF6 Pale Cornflower Blue
📋 copy color: '#A6CBF6'red 166 ◦ green 203 ◦ blue 246
Shades of Pale Cornflower Blue #A6CBF6
Tints of Pale Cornflower Blue #A6CBF6
RGB
CMYK
RGB Variations
Color information
#A6CBF6 (or 0xA6CBF6) is known color: Pale Cornflower Blue. HEX triplet: A6, CB and F6. RGB value is (166,203,246). Sum of RGB (Red+Green+Blue) = 166+203+246=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6CBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBF6 is #593409. Grayscale: #C4C4C4. Windows color (decimal): -5846026 or 16173990. OLE color: 16173990.
HSL color Cylindrical-coordinate representation of color #A6CBF6: hue angle of 212.25º 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 #A6CBF6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 203 | 246 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.04 |
| HSL | 212.25º | 0.82% | 0.81% | - |
| HSV(B) | 212.25º | 0.33% | 0.96% | - |
| XYZ | 53.72 | 57.47 | 95.45 | - |
| YUV | 196.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 246 | 0.33 | 0.17 | 0 | 0.04 | 212.25 | 0.82 | 0.81 |
| Hex | A6 | CB | F6 | 21 | 11 | 0 | 4 | D4 | 52 | 51 |
| Octal | 246 | 313 | 366 | 41 | 21 | 0 | 4 | 324 | 122 | 121 |
| Binary | 10100110 | 11001011 | 11110110 | 100001 | 10001 | 0 | 100 | 11010100 | 1010010 | 1010001 |
Color Harmonies of #A6CBF6
Complementary color
Monochromatic Colors of #A6CBF6
Black with #A6CBF6
Text Example
Text Example
White with #A6CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBF6; }
p { color: rgb(166,203,246); }
H1.HeaderClassName
{
color: #A6CBF6;
}
.AnyTagClassName
{
color: #A6CBF6;
}
</style>
background-color css
<style>
a { background-color: #A6CBF6; }
a { background-color: rgb(166,203,246); }
div.DivClassName
{
background-color: #A6CBF6;
}
.BgClassName
{
background-color: #A6CBF6;
}
</style>
border-color css
<style>
span { border-color: #A6CBF6; }
span { border-color: rgb(166,203,246); }
td.TdClassName
{
border-color: #A6CBF6;
}
.TagClassName
{
border-color: #A6CBF6;
}
</style>