Html Css Color HEX #AADCD8 Sinbad

📋 copy color: '#AADCD8'

red 170 ◦ green 220 ◦ blue 216

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

Shades of Sinbad #AADCD8

Tints of Sinbad #AADCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

 BLUE value IS 216 (84.77% from 255) = 35.64%

R = 28.05%
G = 36.3%
B = 35.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#AADCD8 (or 0xAADCD8) is known color: Sinbad. HEX triplet: AA, DC and D8. RGB value is (170,220,216). Sum of RGB (Red+Green+Blue) = 170+220+216=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD8 is #552327. Grayscale: #CCCCCC. Windows color (decimal): -5579560 or 14212266. OLE color: 14212266.

HSL color Cylindrical-coordinate representation of color #AADCD8: hue angle of 175.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCD8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 216 -
CMYK 0.23 0 0.02 0.14
HSL 175.2º 0.42% 0.76% -
HSV(B) 175.2º 0.23% 0.86% -
XYZ 54.57 64.69 74.58 -
YUV 204.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 170 220 216 0.23 0 0.02 0.14 175.2 0.42 0.76
Hex AA DC D8 17 0 2 E AF 2A 4C
Octal 252 334 330 27 0 2 16 257 52 114
Binary 10101010 11011100 11011000 10111 0 10 1110 10101111 101010 1001100

Color Harmonies of #AADCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCD8

Black with #AADCD8

Text Example


Text Example

White with #AADCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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