#A3E0DD

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

Shades of Sinbad #A3E0DD

Tints of Sinbad #A3E0DD

Color information

#A3E0DD (or 0xA3E0DD) is unknown color: approx Sinbad. HEX triplet: A3, E0 and DD. RGB value is (163,224,221). Sum of RGB (Red+Green+Blue) = 163+224+221=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E0DD is #5C1F22. Grayscale: #CDCDCD. Windows color (decimal): -6037283 or 14540963. OLE color: 14540963.

HSL color Cylindrical-coordinate representation of color #A3E0DD: hue angle of 177.05º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3E0DD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB163224221-
CMYK0.2700.010.12
HSL177.05º49.59%75.88%-
HSV(B)177.05º27.23%87.84%-
XYZ54.8166.3278.32-
YUV205.42136.7997.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=26.81%
G=36.84%
B=36.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632242210.2700.010.12177.0549.5975.88
HexA3E0DD1B01Cb1324c
Octal24334033533011426162114
Binary10100011111000001101110111011011100101100011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E0DD; }

 p { color: rgb(163,224,221); }

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

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

 a { background-color: rgb(163,224,221); }

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

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

 span { border-color: rgb(163,224,221); }

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