#A5D5CB

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

Shades of Sinbad #A5D5CB

Tints of Sinbad #A5D5CB

Color information

#A5D5CB (or 0xA5D5CB) is unknown color: approx Sinbad. HEX triplet: A5, D5 and CB. RGB value is (165,213,203). Sum of RGB (Red+Green+Blue) = 165+213+203=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5CB is #5A2A34. Grayscale: #C5C5C5. Windows color (decimal): -5909045 or 13358501. OLE color: 13358501.

HSL color Cylindrical-coordinate representation of color #A5D5CB: hue angle of 167.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5CB is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB165213203-
CMYK0.2300.050.16
HSL167.5º36.36%74.12%-
HSV(B)167.5º22.54%83.53%-
XYZ50.0959.965.42-
YUV197.51131.1104.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.40%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=28.40%
G=36.66%
B=34.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652132030.2300.050.16167.536.3674.12
HexA5D5CB170510a8244a
Octal24532531327052025044112
Binary10100101110101011100101110111010110000101010001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5CB; }

 p { color: rgb(165,213,203); }

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

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

 a { background-color: rgb(165,213,203); }

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

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

 span { border-color: rgb(165,213,203); }

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