Html Css Color HEX #AADEDB Sinbad

📋 copy color: '#AADEDB'

red 170 ◦ green 222 ◦ blue 219

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

Shades of Sinbad #AADEDB

Tints of Sinbad #AADEDB

RGB

 RED value IS 170 (66.8% from 255) = 27.82%

 GREEN value IS 222 (87.11% from 255) = 36.33%

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 27.82%
G = 36.33%
B = 35.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#AADEDB (or 0xAADEDB) is known color: Sinbad. HEX triplet: AA, DE and DB. RGB value is (170,222,219). Sum of RGB (Red+Green+Blue) = 170+222+219=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDB is #552124. Grayscale: #CECECE. Windows color (decimal): -5579045 or 14409386. OLE color: 14409386.

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

Color convert

RGB 170 222 219 -
CMYK 0.23 0 0.01 0.13
HSL 176.54º 0.44% 0.77% -
HSV(B) 176.54º 0.23% 0.87% -
XYZ 55.49 65.9 76.81 -
YUV 206.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 170 222 219 0.23 0 0.01 0.13 176.54 0.44 0.77
Hex AA DE DB 17 0 1 D B1 2C 4D
Octal 252 336 333 27 0 1 15 261 54 115
Binary 10101010 11011110 11011011 10111 0 1 1101 10110001 101100 1001101

Color Harmonies of #AADEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEDB

Black with #AADEDB

Text Example


Text Example

White with #AADEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEDB; }

 p { color: rgb(170,222,219); }

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

background-color css

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

 a { background-color: rgb(170,222,219); }

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

border-color css

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

 span { border-color: rgb(170,222,219); }

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