#A0CCFF

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

Shades of Pale Cornflower Blue #A0CCFF

Tints of Pale Cornflower Blue #A0CCFF

Color information

#A0CCFF (or 0xA0CCFF) is unknown color: approx 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

RGB160204255-
CMYK0.370.200
HSL212.21º100%81.37%-
HSV(B)212.21º37.25%100%-
XYZ54.1457.88102.93-
YUV196.66160.92101.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 255 (100% from 255) = 41.20%
R=25.85%
G=32.96%
B=41.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602042550.370.200212.2110081.37
HexA0CCFF251400d46451
Octal240314377452400324144121
Binary10100000110011001111111110010110100001101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>