#A2D8CB

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

Shades of Sinbad #A2D8CB

Tints of Sinbad #A2D8CB

Color information

#A2D8CB (or 0xA2D8CB) is unknown color: approx Sinbad. HEX triplet: A2, D8 and CB. RGB value is (162,216,203). Sum of RGB (Red+Green+Blue) = 162+216+203=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8CB is #5D2734. Grayscale: #C6C6C6. Windows color (decimal): -6104885 or 13359266. OLE color: 13359266.

HSL color Cylindrical-coordinate representation of color #A2D8CB: hue angle of 165.56º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8CB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB162216203-
CMYK0.2500.060.15
HSL165.56º40.91%74.12%-
HSV(B)165.56º25%84.71%-
XYZ50.2461.165.65-
YUV198.37130.61102.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=27.88%
G=37.18%
B=34.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622162030.2500.060.15165.5640.9174.12
HexA2D8CB1906Fa6294a
Octal24233031331061724651112
Binary1010001011011000110010111100101101111101001101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D8CB; }

 p { color: rgb(162,216,203); }

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

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

 a { background-color: rgb(162,216,203); }

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

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

 span { border-color: rgb(162,216,203); }

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