Html Css Color HEX #AADDDB Sinbad

📋 copy color: '#AADDDB'

red 170 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #AADDDB

Tints of Sinbad #AADDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.23%

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

R = 27.87%
G = 36.23%
B = 35.9%

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

#AADDDB (or 0xAADDDB) is known color: Sinbad. HEX triplet: AA, DD and DB. RGB value is (170,221,219). Sum of RGB (Red+Green+Blue) = 170+221+219=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDB is #552224. Grayscale: #CDCDCD. Windows color (decimal): -5579301 or 14409130. OLE color: 14409130.

HSL color Cylindrical-coordinate representation of color #AADDDB: hue angle of 177.65º degrees, saturation: 0.43, 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 #AADDDB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 219 -
CMYK 0.23 0 0.01 0.13
HSL 177.65º 0.43% 0.77% -
HSV(B) 177.65º 0.23% 0.87% -
XYZ 55.22 65.37 76.73 -
YUV 205.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 170 221 219 0.23 0 0.01 0.13 177.65 0.43 0.77
Hex AA DD DB 17 0 1 D B2 2B 4D
Octal 252 335 333 27 0 1 15 262 53 115
Binary 10101010 11011101 11011011 10111 0 1 1101 10110010 101011 1001101

Color Harmonies of #AADDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDDB

Black with #AADDDB

Text Example


Text Example

White with #AADDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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