Html Css Color HEX #A6C8FB Pale Cornflower Blue
📋 copy color: '#A6C8FB'red 166 ◦ green 200 ◦ blue 251
Shades of Pale Cornflower Blue #A6C8FB
Tints of Pale Cornflower Blue #A6C8FB
RGB
CMYK
RGB Variations
Color information
#A6C8FB (or 0xA6C8FB) is known color: Pale Cornflower Blue. HEX triplet: A6, C8 and FB. RGB value is (166,200,251). Sum of RGB (Red+Green+Blue) = 166+200+251=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6C8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C8FB is #593704. Grayscale: #C3C3C3. Windows color (decimal): -5846789 or 16500902. OLE color: 16500902.
HSL color Cylindrical-coordinate representation of color #A6C8FB: hue angle of 216º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C8FB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 200 | 251 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.02 |
| HSL | 216º | 0.91% | 0.82% | - |
| HSV(B) | 216º | 0.34% | 0.98% | - |
| XYZ | 53.79 | 56.38 | 99.31 | - |
| YUV | 195.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 251 | 0.34 | 0.20 | 0 | 0.02 | 216 | 0.91 | 0.82 |
| Hex | A6 | C8 | FB | 22 | 14 | 0 | 2 | D8 | 5B | 52 |
| Octal | 246 | 310 | 373 | 42 | 24 | 0 | 2 | 330 | 133 | 122 |
| Binary | 10100110 | 11001000 | 11111011 | 100010 | 10100 | 0 | 10 | 11011000 | 1011011 | 1010010 |
Color Harmonies of #A6C8FB
Complementary color
Monochromatic Colors of #A6C8FB
Black with #A6C8FB
Text Example
Text Example
White with #A6C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8FB; }
p { color: rgb(166,200,251); }
H1.HeaderClassName
{
color: #A6C8FB;
}
.AnyTagClassName
{
color: #A6C8FB;
}
</style>
background-color css
<style>
a { background-color: #A6C8FB; }
a { background-color: rgb(166,200,251); }
div.DivClassName
{
background-color: #A6C8FB;
}
.BgClassName
{
background-color: #A6C8FB;
}
</style>
border-color css
<style>
span { border-color: #A6C8FB; }
span { border-color: rgb(166,200,251); }
td.TdClassName
{
border-color: #A6C8FB;
}
.TagClassName
{
border-color: #A6C8FB;
}
</style>