#A0CCE0

Color #A0CCE0 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A0CCE0

Tints of French Pass #A0CCE0

Color information

#A0CCE0 (or 0xA0CCE0) is unknown color: approx French Pass. HEX triplet: A0, CC and E0. RGB value is (160,204,224). Sum of RGB (Red+Green+Blue) = 160+204+224=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0CCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCE0 is #5F331F. Grayscale: #C1C1C1. Windows color (decimal): -6239008 or 14732448. OLE color: 14732448.

HSL color Cylindrical-coordinate representation of color #A0CCE0: hue angle of 198.75º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CCE0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160204224-
CMYK0.290.0900.12
HSL198.75º50.79%75.29%-
HSV(B)198.75º28.57%87.84%-
XYZ49.5456.0478.73-
YUV193.12145.42104.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.21%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=27.21%
G=34.69%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602042240.290.0900.12198.7550.7975.29
HexA0CCE01D90Cc7334b
Octal240314340351101430763113
Binary10100000110011001110000011101100101100110001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCE0; }

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

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

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

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

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

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

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

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