Html Css Color HEX #A0CCFF Pale Cornflower Blue
📋 copy color: '#A0CCFF'red 160 ◦ green 204 ◦ blue 255
Shades of Pale Cornflower Blue #A0CCFF
Tints of Pale Cornflower Blue #A0CCFF
RGB
CMYK
RGB Variations
Color information
#A0CCFF (or 0xA0CCFF) is known color: Pale Cornflower Blue. HEX triplet: A0, CC and FF. RGB value is (160,204,255). Sum of RGB (Red+Green+Blue) = 160+204+255=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCFF is #5F3300. Grayscale: #C4C4C4. Windows color (decimal): -6238977 or 16764064. OLE color: 16764064.
HSL color Cylindrical-coordinate representation of color #A0CCFF: hue angle of 212.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CCFF is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 204 | 255 | - |
| CMYK | 0.37 | 0.2 | 0 | 0 |
| HSL | 212.21º | 1% | 0.81% | - |
| HSV(B) | 212.21º | 0.37% | 1% | - |
| XYZ | 54.14 | 57.88 | 102.93 | - |
| YUV | 196.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 255 | 0.37 | 0.2 | 0 | 0 | 212.21 | 1 | 0.81 |
| Hex | A0 | CC | FF | 25 | 14 | 0 | 0 | D4 | 64 | 51 |
| Octal | 240 | 314 | 377 | 45 | 24 | 0 | 0 | 324 | 144 | 121 |
| Binary | 10100000 | 11001100 | 11111111 | 100101 | 10100 | 0 | 0 | 11010100 | 1100100 | 1010001 |
Color Harmonies of #A0CCFF
Complementary color
Monochromatic Colors of #A0CCFF
Black with #A0CCFF
Text Example
Text Example
White with #A0CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCFF; }
p { color: rgb(160,204,255); }
H1.HeaderClassName
{
color: #A0CCFF;
}
.AnyTagClassName
{
color: #A0CCFF;
}
</style>
background-color css
<style>
a { background-color: #A0CCFF; }
a { background-color: rgb(160,204,255); }
div.DivClassName
{
background-color: #A0CCFF;
}
.BgClassName
{
background-color: #A0CCFF;
}
</style>
border-color css
<style>
span { border-color: #A0CCFF; }
span { border-color: rgb(160,204,255); }
td.TdClassName
{
border-color: #A0CCFF;
}
.TagClassName
{
border-color: #A0CCFF;
}
</style>