Html Css Color HEX #AECECC Sinbad

📋 copy color: '#AECECC'

red 174 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #AECECC

Tints of Sinbad #AECECC

RGB

 RED value IS 174 (68.36% from 255) = 29.79%

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

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

R = 29.79%
G = 35.27%
B = 34.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#AECECC (or 0xAECECC) is known color: Sinbad. HEX triplet: AE, CE and CC. RGB value is (174,206,204). Sum of RGB (Red+Green+Blue) = 174+206+204=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #AECECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECECC is #513133. Grayscale: #C4C4C4. Windows color (decimal): -5321012 or 13422254. OLE color: 13422254.

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

Color convert

RGB 174 206 204 -
CMYK 0.16 0 0.01 0.19
HSL 176.25º 0.25% 0.75% -
HSV(B) 176.25º 0.16% 0.81% -
XYZ 50.43 57.5 65.57 -
YUV 196.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 174 206 204 0.16 0 0.01 0.19 176.25 0.25 0.75
Hex AE CE CC 10 0 1 13 B0 19 4B
Octal 256 316 314 20 0 1 23 260 31 113
Binary 10101110 11001110 11001100 10000 0 1 10011 10110000 11001 1001011

Color Harmonies of #AECECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECECC

Black with #AECECC

Text Example


Text Example

White with #AECECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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