#A0CCFE

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

Shades of Pale Cornflower Blue #A0CCFE

Tints of Pale Cornflower Blue #A0CCFE

Color information

#A0CCFE (or 0xA0CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CC and FE. RGB value is (160,204,254). Sum of RGB (Red+Green+Blue) = 160+204+254=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCFE is #5F3301. Grayscale: #C4C4C4. Windows color (decimal): -6238978 or 16698528. OLE color: 16698528.

HSL color Cylindrical-coordinate representation of color #A0CCFE: hue angle of 211.91º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CCFE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160204254-
CMYK0.370.2000.00
HSL211.91º97.92%81.18%-
HSV(B)211.91º37.01%99.61%-
XYZ53.9857.82102.08-
YUV196.54160.42101.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.89%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=25.89%
G=33.01%
B=41.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602042540.370.2000.00211.9197.9281.18
HexA0CCFE251400d46251
Octal240314376452400324142121
Binary10100000110011001111111010010110100001101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCFE; }

 p { color: rgb(160,204,254); }

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

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

 a { background-color: rgb(160,204,254); }

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

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

 span { border-color: rgb(160,204,254); }

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