Html Css Color HEX #AACCC7 Sinbad

📋 copy color: '#AACCC7'

red 170 ◦ green 204 ◦ blue 199

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

Shades of Sinbad #AACCC7

Tints of Sinbad #AACCC7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 29.67%
G = 35.6%
B = 34.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#AACCC7 (or 0xAACCC7) is known color: Sinbad. HEX triplet: AA, CC and C7. RGB value is (170,204,199). Sum of RGB (Red+Green+Blue) = 170+204+199=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC7 is #553338. Grayscale: #C1C1C1. Windows color (decimal): -5583673 or 13094058. OLE color: 13094058.

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

Color convert

RGB 170 204 199 -
CMYK 0.17 0 0.02 0.2
HSL 171.18º 0.25% 0.73% -
HSV(B) 171.18º 0.17% 0.8% -
XYZ 48.48 55.86 62.26 -
YUV 193.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 170 204 199 0.17 0 0.02 0.2 171.18 0.25 0.73
Hex AA CC C7 11 0 2 14 AB 19 49
Octal 252 314 307 21 0 2 24 253 31 111
Binary 10101010 11001100 11000111 10001 0 10 10100 10101011 11001 1001001

Color Harmonies of #AACCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCC7

Black with #AACCC7

Text Example


Text Example

White with #AACCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCC7; }

 p { color: rgb(170,204,199); }

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

background-color css

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

 a { background-color: rgb(170,204,199); }

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

border-color css

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

 span { border-color: rgb(170,204,199); }

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