Html Css Color HEX #A6C8FF Pale Cornflower Blue
📋 copy color: '#A6C8FF'red 166 ◦ green 200 ◦ blue 255
Shades of Pale Cornflower Blue #A6C8FF
Tints of Pale Cornflower Blue #A6C8FF
RGB
CMYK
RGB Variations
Color information
#A6C8FF (or 0xA6C8FF) is known color: Pale Cornflower Blue. HEX triplet: A6, C8 and FF. RGB value is (166,200,255). Sum of RGB (Red+Green+Blue) = 166+200+255=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C8FF is #593700. Grayscale: #C3C3C3. Windows color (decimal): -5846785 or 16763046. OLE color: 16763046.
HSL color Cylindrical-coordinate representation of color #A6C8FF: hue angle of 217.08º 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 #A6C8FF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 200 | 255 | - |
| CMYK | 0.35 | 0.22 | 0 | 0 |
| HSL | 217.08º | 1% | 0.83% | - |
| HSV(B) | 217.08º | 0.35% | 1% | - |
| XYZ | 54.43 | 56.64 | 102.67 | - |
| YUV | 196.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 255 | 0.35 | 0.22 | 0 | 0 | 217.08 | 1 | 0.83 |
| Hex | A6 | C8 | FF | 23 | 16 | 0 | 0 | D9 | 64 | 53 |
| Octal | 246 | 310 | 377 | 43 | 26 | 0 | 0 | 331 | 144 | 123 |
| Binary | 10100110 | 11001000 | 11111111 | 100011 | 10110 | 0 | 0 | 11011001 | 1100100 | 1010011 |
Color Harmonies of #A6C8FF
Complementary color
Monochromatic Colors of #A6C8FF
Black with #A6C8FF
Text Example
Text Example
White with #A6C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8FF; }
p { color: rgb(166,200,255); }
H1.HeaderClassName
{
color: #A6C8FF;
}
.AnyTagClassName
{
color: #A6C8FF;
}
</style>
background-color css
<style>
a { background-color: #A6C8FF; }
a { background-color: rgb(166,200,255); }
div.DivClassName
{
background-color: #A6C8FF;
}
.BgClassName
{
background-color: #A6C8FF;
}
</style>
border-color css
<style>
span { border-color: #A6C8FF; }
span { border-color: rgb(166,200,255); }
td.TdClassName
{
border-color: #A6C8FF;
}
.TagClassName
{
border-color: #A6C8FF;
}
</style>