Html Css Color HEX #A8D2FF Pale Cornflower Blue
📋 copy color: '#A8D2FF'red 168 ◦ green 210 ◦ blue 255
Shades of Pale Cornflower Blue #A8D2FF
Tints of Pale Cornflower Blue #A8D2FF
RGB
CMYK
RGB Variations
Color information
#A8D2FF (or 0xA8D2FF) is known color: Pale Cornflower Blue. HEX triplet: A8, D2 and FF. RGB value is (168,210,255). Sum of RGB (Red+Green+Blue) = 168+210+255=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8D2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2FF is #572D00. Grayscale: #CACACA. Windows color (decimal): -5713153 or 16765608. OLE color: 16765608.
HSL color Cylindrical-coordinate representation of color #A8D2FF: hue angle of 211.03º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D2FF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 210 | 255 | - |
CMYK | 0.34 | 0.18 | 0 | 0 |
HSL | 211.03º | 1% | 0.83% | - |
HSV(B) | 211.03º | 0.34% | 1% | - |
XYZ | 57.25 | 61.64 | 103.49 | - |
YUV | 202.57 | 157.59 | 103.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 210 | 255 | 0.34 | 0.18 | 0 | 0 | 211.03 | 1 | 0.83 |
Hex | A8 | D2 | FF | 22 | 12 | 0 | 0 | D3 | 64 | 53 |
Octal | 250 | 322 | 377 | 42 | 22 | 0 | 0 | 323 | 144 | 123 |
Binary | 10101000 | 11010010 | 11111111 | 100010 | 10010 | 0 | 0 | 11010011 | 1100100 | 1010011 |
Color Harmonies of #A8D2FF
Complementary color
Monochromatic Colors of #A8D2FF
Black with #A8D2FF
Text Example
Text Example
White with #A8D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2FF; }
p { color: rgb(168,210,255); }
H1.HeaderClassName
{
color: #A8D2FF;
}
.AnyTagClassName
{
color: #A8D2FF;
}
</style>
background-color css
<style>
a { background-color: #A8D2FF; }
a { background-color: rgb(168,210,255); }
div.DivClassName
{
background-color: #A8D2FF;
}
.BgClassName
{
background-color: #A8D2FF;
}
</style>
border-color css
<style>
span { border-color: #A8D2FF; }
span { border-color: rgb(168,210,255); }
td.TdClassName
{
border-color: #A8D2FF;
}
.TagClassName
{
border-color: #A8D2FF;
}
</style>