#A0CCFC

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

Shades of Pale Cornflower Blue #A0CCFC

Tints of Pale Cornflower Blue #A0CCFC

Color information

#A0CCFC (or 0xA0CCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CC and FC. RGB value is (160,204,252). Sum of RGB (Red+Green+Blue) = 160+204+252=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCFC is #5F3303. Grayscale: #C4C4C4. Windows color (decimal): -6238980 or 16567456. OLE color: 16567456.

HSL color Cylindrical-coordinate representation of color #A0CCFC: hue angle of 211.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CCFC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160204252-
CMYK0.370.1900.01
HSL211.3º93.88%80.78%-
HSV(B)211.3º36.51%98.82%-
XYZ53.6657.69100.4-
YUV196.32159.42102.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.97%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=25.97%
G=33.12%
B=40.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602042520.370.1900.01211.393.8880.78
HexA0CCFC251301d35e51
Octal240314374452301323136121
Binary10100000110011001111110010010110011011101001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCFC; }

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

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

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

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

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

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

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

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