Html Css Color HEX #A6C8FE Pale Cornflower Blue
📋 copy color: '#A6C8FE'red 166 ◦ green 200 ◦ blue 254
Shades of Pale Cornflower Blue #A6C8FE
Tints of Pale Cornflower Blue #A6C8FE
RGB
CMYK
RGB Variations
Color information
#A6C8FE (or 0xA6C8FE) is known color: Pale Cornflower Blue. HEX triplet: A6, C8 and FE. RGB value is (166,200,254). Sum of RGB (Red+Green+Blue) = 166+200+254=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C8FE is #593701. Grayscale: #C3C3C3. Windows color (decimal): -5846786 or 16697510. OLE color: 16697510.
HSL color Cylindrical-coordinate representation of color #A6C8FE: hue angle of 216.82º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C8FE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 200 | 254 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.00 |
| HSL | 216.82º | 0.98% | 0.82% | - |
| HSV(B) | 216.82º | 0.35% | 1% | - |
| XYZ | 54.27 | 56.57 | 101.83 | - |
| YUV | 195.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 254 | 0.35 | 0.21 | 0 | 0.00 | 216.82 | 0.98 | 0.82 |
| Hex | A6 | C8 | FE | 23 | 15 | 0 | 0 | D9 | 62 | 52 |
| Octal | 246 | 310 | 376 | 43 | 25 | 0 | 0 | 331 | 142 | 122 |
| Binary | 10100110 | 11001000 | 11111110 | 100011 | 10101 | 0 | 0 | 11011001 | 1100010 | 1010010 |
Color Harmonies of #A6C8FE
Complementary color
Monochromatic Colors of #A6C8FE
Black with #A6C8FE
Text Example
Text Example
White with #A6C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8FE; }
p { color: rgb(166,200,254); }
H1.HeaderClassName
{
color: #A6C8FE;
}
.AnyTagClassName
{
color: #A6C8FE;
}
</style>
background-color css
<style>
a { background-color: #A6C8FE; }
a { background-color: rgb(166,200,254); }
div.DivClassName
{
background-color: #A6C8FE;
}
.BgClassName
{
background-color: #A6C8FE;
}
</style>
border-color css
<style>
span { border-color: #A6C8FE; }
span { border-color: rgb(166,200,254); }
td.TdClassName
{
border-color: #A6C8FE;
}
.TagClassName
{
border-color: #A6C8FE;
}
</style>