#ABDBDA

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

Shades of Sinbad #ABDBDA

Tints of Sinbad #ABDBDA

Color information

#ABDBDA (or 0xABDBDA) is unknown color: approx Sinbad. HEX triplet: AB, DB and DA. RGB value is (171,219,218). Sum of RGB (Red+Green+Blue) = 171+219+218=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDA is #542425. Grayscale: #CCCCCC. Windows color (decimal): -5514278 or 14343083. OLE color: 14343083.

HSL color Cylindrical-coordinate representation of color #ABDBDA: hue angle of 178.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBDA is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB171219218-
CMYK0.2200.000.14
HSL178.75º40%76.47%-
HSV(B)178.75º21.92%85.88%-
XYZ54.7864.3875.87-
YUV204.53135.6104.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=28.12%
G=36.02%
B=35.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712192180.2200.000.14178.754076.47
HexABDBDA1600Eb3284c
Octal25333333226001626350114
Binary10101011110110111101101010110001110101100111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBDA; }

 p { color: rgb(171,219,218); }

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

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

 a { background-color: rgb(171,219,218); }

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

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

 span { border-color: rgb(171,219,218); }

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