Html Css Color HEX #A7D0FF Pale Cornflower Blue
📋 copy color: '#A7D0FF'red 167 ◦ green 208 ◦ blue 255
Shades of Pale Cornflower Blue #A7D0FF
Tints of Pale Cornflower Blue #A7D0FF
RGB
CMYK
RGB Variations
Color information
#A7D0FF (or 0xA7D0FF) is known color: Pale Cornflower Blue. HEX triplet: A7, D0 and FF. RGB value is (167,208,255). Sum of RGB (Red+Green+Blue) = 167+208+255=630 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.51% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D0FF is #582F00. Grayscale: #C8C8C8. Windows color (decimal): -5779201 or 16765095. OLE color: 16765095.
HSL color Cylindrical-coordinate representation of color #A7D0FF: hue angle of 212.05º 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 #A7D0FF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 208 | 255 | - |
| CMYK | 0.35 | 0.18 | 0 | 0 |
| HSL | 212.05º | 1% | 0.83% | - |
| HSV(B) | 212.05º | 0.35% | 1% | - |
| XYZ | 56.54 | 60.55 | 103.31 | - |
| YUV | 201.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 255 | 0.35 | 0.18 | 0 | 0 | 212.05 | 1 | 0.83 |
| Hex | A7 | D0 | FF | 23 | 12 | 0 | 0 | D4 | 64 | 53 |
| Octal | 247 | 320 | 377 | 43 | 22 | 0 | 0 | 324 | 144 | 123 |
| Binary | 10100111 | 11010000 | 11111111 | 100011 | 10010 | 0 | 0 | 11010100 | 1100100 | 1010011 |
Color Harmonies of #A7D0FF
Complementary color
Monochromatic Colors of #A7D0FF
Black with #A7D0FF
Text Example
Text Example
White with #A7D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D0FF; }
p { color: rgb(167,208,255); }
H1.HeaderClassName
{
color: #A7D0FF;
}
.AnyTagClassName
{
color: #A7D0FF;
}
</style>
background-color css
<style>
a { background-color: #A7D0FF; }
a { background-color: rgb(167,208,255); }
div.DivClassName
{
background-color: #A7D0FF;
}
.BgClassName
{
background-color: #A7D0FF;
}
</style>
border-color css
<style>
span { border-color: #A7D0FF; }
span { border-color: rgb(167,208,255); }
td.TdClassName
{
border-color: #A7D0FF;
}
.TagClassName
{
border-color: #A7D0FF;
}
</style>