#A0CEE4

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

Shades of French Pass #A0CEE4

Tints of French Pass #A0CEE4

Color information

#A0CEE4 (or 0xA0CEE4) is unknown color: approx French Pass. HEX triplet: A0, CE and E4. RGB value is (160,206,228). Sum of RGB (Red+Green+Blue) = 160+206+228=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0CEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEE4 is #5F311B. Grayscale: #C2C2C2. Windows color (decimal): -6238492 or 14995104. OLE color: 14995104.

HSL color Cylindrical-coordinate representation of color #A0CEE4: hue angle of 199.41º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0CEE4 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160206228-
CMYK0.300.1000.11
HSL199.41º55.74%76.08%-
HSV(B)199.41º29.82%89.41%-
XYZ50.5757.2281.78-
YUV194.75146.76103.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.94%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 228 (89.45% from 255) = 38.38%
R=26.94%
G=34.68%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602062280.300.1000.11199.4155.7476.08
HexA0CEE41EA0Bc7384c
Octal240316344361201330770114
Binary10100000110011101110010011110101001011110001111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEE4; }

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

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

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

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

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

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

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

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