#AFDBDA

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

Shades of Sinbad #AFDBDA

Tints of Sinbad #AFDBDA

Color information

#AFDBDA (or 0xAFDBDA) is unknown color: approx Sinbad. HEX triplet: AF, DB and DA. RGB value is (175,219,218). Sum of RGB (Red+Green+Blue) = 175+219+218=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBDA is #502425. Grayscale: #CDCDCD. Windows color (decimal): -5252134 or 14343087. OLE color: 14343087.

HSL color Cylindrical-coordinate representation of color #AFDBDA: hue angle of 178.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBDA is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB175219218-
CMYK0.2000.000.14
HSL178.64º37.93%77.25%-
HSV(B)178.64º20.09%85.88%-
XYZ55.6764.8475.91-
YUV205.73134.92106.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=28.59%
G=35.78%
B=35.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752192180.2000.000.14178.6437.9377.25
HexAFDBDA1400Eb3264d
Octal25733333224001626346115
Binary10101111110110111101101010100001110101100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBDA; }

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

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

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

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

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

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

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

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