Html Css Color HEX #AADEDC Sinbad

📋 copy color: '#AADEDC'

red 170 ◦ green 222 ◦ blue 220

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

Shades of Sinbad #AADEDC

Tints of Sinbad #AADEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 27.78%
G = 36.27%
B = 35.95%

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

#AADEDC (or 0xAADEDC) is known color: Sinbad. HEX triplet: AA, DE and DC. RGB value is (170,222,220). Sum of RGB (Red+Green+Blue) = 170+222+220=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDC is #552123. Grayscale: #CECECE. Windows color (decimal): -5579044 or 14474922. OLE color: 14474922.

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

Color convert

RGB 170 222 220 -
CMYK 0.23 0 0.01 0.13
HSL 177.69º 0.44% 0.77% -
HSV(B) 177.69º 0.23% 0.87% -
XYZ 55.62 65.96 77.51 -
YUV 206.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 170 222 220 0.23 0 0.01 0.13 177.69 0.44 0.77
Hex AA DE DC 17 0 1 D B2 2C 4D
Octal 252 336 334 27 0 1 15 262 54 115
Binary 10101010 11011110 11011100 10111 0 1 1101 10110010 101100 1001101

Color Harmonies of #AADEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEDC

Black with #AADEDC

Text Example


Text Example

White with #AADEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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