#A7DDDB

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

Shades of Sinbad #A7DDDB

Tints of Sinbad #A7DDDB

Color information

#A7DDDB (or 0xA7DDDB) is unknown color: approx Sinbad. HEX triplet: A7, DD and DB. RGB value is (167,221,219). Sum of RGB (Red+Green+Blue) = 167+221+219=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDDB is #582224. Grayscale: #CCCCCC. Windows color (decimal): -5775909 or 14409127. OLE color: 14409127.

HSL color Cylindrical-coordinate representation of color #A7DDDB: hue angle of 177.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DDDB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB167221219-
CMYK0.2400.010.13
HSL177.78º44.26%76.08%-
HSV(B)177.78º24.43%86.67%-
XYZ54.5865.0476.7-
YUV204.63136.11101.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.51%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=27.51%
G=36.41%
B=36.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672212190.2400.010.13177.7844.2676.08
HexA7DDDB1801Db22c4c
Octal24733533330011526254114
Binary10100111110111011101101111000011101101100101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDDB; }

 p { color: rgb(167,221,219); }

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

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

 a { background-color: rgb(167,221,219); }

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

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

 span { border-color: rgb(167,221,219); }

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