Html Css Color HEX #AACECC Sinbad

📋 copy color: '#AACECC'

red 170 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #AACECC

Tints of Sinbad #AACECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 29.31%
G = 35.52%
B = 35.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#AACECC (or 0xAACECC) is known color: Sinbad. HEX triplet: AA, CE and CC. RGB value is (170,206,204). Sum of RGB (Red+Green+Blue) = 170+206+204=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #AACECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACECC is #553133. Grayscale: #C2C2C2. Windows color (decimal): -5583156 or 13422250. OLE color: 13422250.

HSL color Cylindrical-coordinate representation of color #AACECC: hue angle of 176.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACECC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 204 -
CMYK 0.17 0 0.01 0.19
HSL 176.67º 0.27% 0.74% -
HSV(B) 176.67º 0.17% 0.81% -
XYZ 49.55 57.05 65.53 -
YUV 195.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 170 206 204 0.17 0 0.01 0.19 176.67 0.27 0.74
Hex AA CE CC 11 0 1 13 B1 1B 4A
Octal 252 316 314 21 0 1 23 261 33 112
Binary 10101010 11001110 11001100 10001 0 1 10011 10110001 11011 1001010

Color Harmonies of #AACECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACECC

Black with #AACECC

Text Example


Text Example

White with #AACECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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