Html Css Color HEX #AACDC9 Sinbad

📋 copy color: '#AACDC9'

red 170 ◦ green 205 ◦ blue 201

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

Shades of Sinbad #AACDC9

Tints of Sinbad #AACDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.59%

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 29.51%
G = 35.59%
B = 34.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#AACDC9 (or 0xAACDC9) is known color: Sinbad. HEX triplet: AA, CD and C9. RGB value is (170,205,201). Sum of RGB (Red+Green+Blue) = 170+205+201=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDC9 is #553236. Grayscale: #C2C2C2. Windows color (decimal): -5583415 or 13225386. OLE color: 13225386.

HSL color Cylindrical-coordinate representation of color #AACDC9: hue angle of 173.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDC9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 201 -
CMYK 0.17 0 0.02 0.20
HSL 173.14º 0.26% 0.74% -
HSV(B) 173.14º 0.17% 0.8% -
XYZ 48.95 56.43 63.57 -
YUV 194.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 170 205 201 0.17 0 0.02 0.20 173.14 0.26 0.74
Hex AA CD C9 11 0 2 14 AD 1A 4A
Octal 252 315 311 21 0 2 24 255 32 112
Binary 10101010 11001101 11001001 10001 0 10 10100 10101101 11010 1001010

Color Harmonies of #AACDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDC9

Black with #AACDC9

Text Example


Text Example

White with #AACDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDC9; }

 p { color: rgb(170,205,201); }

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

background-color css

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

 a { background-color: rgb(170,205,201); }

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

border-color css

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

 span { border-color: rgb(170,205,201); }

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