Html Css Color HEX #AAD0CE Sinbad

📋 copy color: '#AAD0CE'

red 170 ◦ green 208 ◦ blue 206

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

Shades of Sinbad #AAD0CE

Tints of Sinbad #AAD0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 29.11%
G = 35.62%
B = 35.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#AAD0CE (or 0xAAD0CE) is known color: Sinbad. HEX triplet: AA, D0 and CE. RGB value is (170,208,206). Sum of RGB (Red+Green+Blue) = 170+208+206=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CE is #552F31. Grayscale: #C4C4C4. Windows color (decimal): -5582642 or 13553834. OLE color: 13553834.

HSL color Cylindrical-coordinate representation of color #AAD0CE: hue angle of 176.84º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0CE is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 206 -
CMYK 0.18 0 0.01 0.18
HSL 176.84º 0.29% 0.74% -
HSV(B) 176.84º 0.18% 0.82% -
XYZ 50.27 58.11 66.96 -
YUV 196.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 170 208 206 0.18 0 0.01 0.18 176.84 0.29 0.74
Hex AA D0 CE 12 0 1 12 B1 1D 4A
Octal 252 320 316 22 0 1 22 261 35 112
Binary 10101010 11010000 11001110 10010 0 1 10010 10110001 11101 1001010

Color Harmonies of #AAD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0CE

Black with #AAD0CE

Text Example


Text Example

White with #AAD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0CE; }

 p { color: rgb(170,208,206); }

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

background-color css

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

 a { background-color: rgb(170,208,206); }

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

border-color css

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

 span { border-color: rgb(170,208,206); }

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