Html Css Color HEX #A6D2FB Pale Cornflower Blue
📋 copy color: '#A6D2FB'red 166 ◦ green 210 ◦ blue 251
Shades of Pale Cornflower Blue #A6D2FB
Tints of Pale Cornflower Blue #A6D2FB
RGB
CMYK
RGB Variations
Color information
#A6D2FB (or 0xA6D2FB) is known color: Pale Cornflower Blue. HEX triplet: A6, D2 and FB. RGB value is (166,210,251). Sum of RGB (Red+Green+Blue) = 166+210+251=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6D2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D2FB is #592D04. Grayscale: #C9C9C9. Windows color (decimal): -5844229 or 16503462. OLE color: 16503462.
HSL color Cylindrical-coordinate representation of color #A6D2FB: hue angle of 208.94º 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 #A6D2FB is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 210 | 251 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.02 |
| HSL | 208.94º | 0.91% | 0.82% | - |
| HSV(B) | 208.94º | 0.34% | 0.98% | - |
| XYZ | 56.19 | 61.17 | 100.11 | - |
| YUV | 201.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 251 | 0.34 | 0.16 | 0 | 0.02 | 208.94 | 0.91 | 0.82 |
| Hex | A6 | D2 | FB | 22 | 10 | 0 | 2 | D1 | 5B | 52 |
| Octal | 246 | 322 | 373 | 42 | 20 | 0 | 2 | 321 | 133 | 122 |
| Binary | 10100110 | 11010010 | 11111011 | 100010 | 10000 | 0 | 10 | 11010001 | 1011011 | 1010010 |
Color Harmonies of #A6D2FB
Complementary color
Monochromatic Colors of #A6D2FB
Black with #A6D2FB
Text Example
Text Example
White with #A6D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D2FB; }
p { color: rgb(166,210,251); }
H1.HeaderClassName
{
color: #A6D2FB;
}
.AnyTagClassName
{
color: #A6D2FB;
}
</style>
background-color css
<style>
a { background-color: #A6D2FB; }
a { background-color: rgb(166,210,251); }
div.DivClassName
{
background-color: #A6D2FB;
}
.BgClassName
{
background-color: #A6D2FB;
}
</style>
border-color css
<style>
span { border-color: #A6D2FB; }
span { border-color: rgb(166,210,251); }
td.TdClassName
{
border-color: #A6D2FB;
}
.TagClassName
{
border-color: #A6D2FB;
}
</style>