#A0CAFF

Color #A0CAFF Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A0CAFF

Tints of Pale Cornflower Blue #A0CAFF

Color information

#A0CAFF (or 0xA0CAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CA and FF. RGB value is (160,202,255). Sum of RGB (Red+Green+Blue) = 160+202+255=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAFF is #5F3500. Grayscale: #C3C3C3. Windows color (decimal): -6239489 or 16763552. OLE color: 16763552.

HSL color Cylindrical-coordinate representation of color #A0CAFF: hue angle of 213.47º 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 #A0CAFF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB160202255-
CMYK0.370.2100
HSL213.47º100%81.37%-
HSV(B)213.47º37.25%100%-
XYZ53.6756.93102.77-
YUV195.48161.59102.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 25.93%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 255 (100% from 255) = 41.33%
R=25.93%
G=32.74%
B=41.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602022550.370.2100213.4710081.37
HexA0CAFF251500d56451
Octal240312377452500325144121
Binary10100000110010101111111110010110101001101010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAFF; }

 p { color: rgb(160,202,255); }

 H1.HeaderClassName
 {
   color: #A0CAFF;
 }
 .AnyTagClassName
 {
   color: #A0CAFF;
 }
</style>
background-color css

<style>
 a { background-color: #A0CAFF; }

 a { background-color: rgb(160,202,255); }

 div.DivClassName
 {
   background-color: #A0CAFF;
 }
 .BgClassName
 {
   background-color: #A0CAFF;
 }
</style>
border-color css

<style>
 span { border-color: #A0CAFF; }

 span { border-color: rgb(160,202,255); }

 td.TdClassName
 {
   border-color: #A0CAFF;
 }
 .TagClassName
 {
   border-color: #A0CAFF;
 }
</style>