Html Css Color HEX #AADDDA Sinbad

📋 copy color: '#AADDDA'

red 170 ◦ green 221 ◦ blue 218

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

Shades of Sinbad #AADDDA

Tints of Sinbad #AADDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 27.91%
G = 36.29%
B = 35.8%

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

#AADDDA (or 0xAADDDA) is known color: Sinbad. HEX triplet: AA, DD and DA. RGB value is (170,221,218). Sum of RGB (Red+Green+Blue) = 170+221+218=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDA is #552225. Grayscale: #CDCDCD. Windows color (decimal): -5579302 or 14343594. OLE color: 14343594.

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

Color convert

RGB 170 221 218 -
CMYK 0.23 0 0.01 0.13
HSL 176.47º 0.43% 0.77% -
HSV(B) 176.47º 0.23% 0.87% -
XYZ 55.09 65.32 76.03 -
YUV 205.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 170 221 218 0.23 0 0.01 0.13 176.47 0.43 0.77
Hex AA DD DA 17 0 1 D B0 2B 4D
Octal 252 335 332 27 0 1 15 260 53 115
Binary 10101010 11011101 11011010 10111 0 1 1101 10110000 101011 1001101

Color Harmonies of #AADDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDDA

Black with #AADDDA

Text Example


Text Example

White with #AADDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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