Html Css Color HEX #A0CBFF Pale Cornflower Blue
📋 copy color: '#A0CBFF'red 160 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #A0CBFF
Tints of Pale Cornflower Blue #A0CBFF
RGB
CMYK
RGB Variations
Color information
#A0CBFF (or 0xA0CBFF) is known color: Pale Cornflower Blue. HEX triplet: A0, CB and FF. RGB value is (160,203,255). Sum of RGB (Red+Green+Blue) = 160+203+255=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBFF is #5F3400. Grayscale: #C3C3C3. Windows color (decimal): -6239233 or 16763808. OLE color: 16763808.
HSL color Cylindrical-coordinate representation of color #A0CBFF: hue angle of 212.84º 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 #A0CBFF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 203 | 255 | - |
| CMYK | 0.37 | 0.20 | 0 | 0 |
| HSL | 212.84º | 1% | 0.81% | - |
| HSV(B) | 212.84º | 0.37% | 1% | - |
| XYZ | 53.9 | 57.41 | 102.85 | - |
| YUV | 196.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 255 | 0.37 | 0.20 | 0 | 0 | 212.84 | 1 | 0.81 |
| Hex | A0 | CB | FF | 25 | 14 | 0 | 0 | D5 | 64 | 51 |
| Octal | 240 | 313 | 377 | 45 | 24 | 0 | 0 | 325 | 144 | 121 |
| Binary | 10100000 | 11001011 | 11111111 | 100101 | 10100 | 0 | 0 | 11010101 | 1100100 | 1010001 |
Color Harmonies of #A0CBFF
Complementary color
Monochromatic Colors of #A0CBFF
Black with #A0CBFF
Text Example
Text Example
White with #A0CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBFF; }
p { color: rgb(160,203,255); }
H1.HeaderClassName
{
color: #A0CBFF;
}
.AnyTagClassName
{
color: #A0CBFF;
}
</style>
background-color css
<style>
a { background-color: #A0CBFF; }
a { background-color: rgb(160,203,255); }
div.DivClassName
{
background-color: #A0CBFF;
}
.BgClassName
{
background-color: #A0CBFF;
}
</style>
border-color css
<style>
span { border-color: #A0CBFF; }
span { border-color: rgb(160,203,255); }
td.TdClassName
{
border-color: #A0CBFF;
}
.TagClassName
{
border-color: #A0CBFF;
}
</style>