Html Css Color HEX #ADDBD9 Sinbad

📋 copy color: '#ADDBD9'

red 173 ◦ green 219 ◦ blue 217

#ADDBD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #ADDBD9

Tints of Sinbad #ADDBD9

RGB

 RED value IS 173 (67.97% from 255) = 28.41%

 GREEN value IS 219 (85.94% from 255) = 35.96%

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 28.41%
G = 35.96%
B = 35.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#ADDBD9 (or 0xADDBD9) is known color: Sinbad. HEX triplet: AD, DB and D9. RGB value is (173,219,217). Sum of RGB (Red+Green+Blue) = 173+219+217=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD9 is #522426. Grayscale: #CCCCCC. Windows color (decimal): -5383207 or 14277549. OLE color: 14277549.

HSL color Cylindrical-coordinate representation of color #ADDBD9: hue angle of 177.39º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBD9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 217 -
CMYK 0.21 0 0.01 0.14
HSL 177.39º 0.39% 0.77% -
HSV(B) 177.39º 0.21% 0.86% -
XYZ 55.09 64.56 75.2 -
YUV 205.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 173 219 217 0.21 0 0.01 0.14 177.39 0.39 0.77
Hex AD DB D9 15 0 1 E B1 27 4D
Octal 255 333 331 25 0 1 16 261 47 115
Binary 10101101 11011011 11011001 10101 0 1 1110 10110001 100111 1001101

Color Harmonies of #ADDBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBD9

Black with #ADDBD9

Text Example


Text Example

White with #ADDBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBD9; }

 p { color: rgb(173,219,217); }

 H1.HeaderClassName
 {
   color: #ADDBD9;
 }
 .AnyTagClassName
 {
   color: #ADDBD9;
 }
</style>

background-color css

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

 a { background-color: rgb(173,219,217); }

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

border-color css

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

 span { border-color: rgb(173,219,217); }

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