#A0CEFF

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

Shades of Pale Cornflower Blue #A0CEFF

Tints of Pale Cornflower Blue #A0CEFF

Color information

#A0CEFF (or 0xA0CEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CE and FF. RGB value is (160,206,255). Sum of RGB (Red+Green+Blue) = 160+206+255=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEFF is #5F3100. Grayscale: #C5C5C5. Windows color (decimal): -6238465 or 16764576. OLE color: 16764576.

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

Color convert

RGB160206255-
CMYK0.370.1900
HSL210.95º100%81.37%-
HSV(B)210.95º37.25%100%-
XYZ54.6258.84103.09-
YUV197.83160.26101.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.76%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 255 (100% from 255) = 41.06%
R=25.76%
G=33.17%
B=41.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602062550.370.1900210.9510081.37
HexA0CEFF251300d36451
Octal240316377452300323144121
Binary10100000110011101111111110010110011001101001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEFF; }

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

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

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

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

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

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

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

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