Html Css Color HEX #AAD4CE Sinbad

📋 copy color: '#AAD4CE'

red 170 ◦ green 212 ◦ blue 206

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

Shades of Sinbad #AAD4CE

Tints of Sinbad #AAD4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

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

R = 28.91%
G = 36.05%
B = 35.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#AAD4CE (or 0xAAD4CE) is known color: Sinbad. HEX triplet: AA, D4 and CE. RGB value is (170,212,206). Sum of RGB (Red+Green+Blue) = 170+212+206=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4CE is #552B31. Grayscale: #C6C6C6. Windows color (decimal): -5581618 or 13554858. OLE color: 13554858.

HSL color Cylindrical-coordinate representation of color #AAD4CE: hue angle of 171.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD4CE is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 206 -
CMYK 0.20 0 0.03 0.17
HSL 171.43º 0.33% 0.75% -
HSV(B) 171.43º 0.2% 0.83% -
XYZ 51.26 60.09 67.29 -
YUV 198.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 170 212 206 0.20 0 0.03 0.17 171.43 0.33 0.75
Hex AA D4 CE 14 0 3 11 AB 21 4B
Octal 252 324 316 24 0 3 21 253 41 113
Binary 10101010 11010100 11001110 10100 0 11 10001 10101011 100001 1001011

Color Harmonies of #AAD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4CE

Black with #AAD4CE

Text Example


Text Example

White with #AAD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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