Html Css Color HEX #AECDC9 Sinbad

📋 copy color: '#AECDC9'

red 174 ◦ green 205 ◦ blue 201

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

Shades of Sinbad #AECDC9

Tints of Sinbad #AECDC9

RGB

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

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

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

R = 30%
G = 35.34%
B = 34.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#AECDC9 (or 0xAECDC9) is known color: Sinbad. HEX triplet: AE, CD and C9. RGB value is (174,205,201). Sum of RGB (Red+Green+Blue) = 174+205+201=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC9 is #513236. Grayscale: #C3C3C3. Windows color (decimal): -5321271 or 13225390. OLE color: 13225390.

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

Color convert

RGB 174 205 201 -
CMYK 0.15 0 0.02 0.20
HSL 172.26º 0.24% 0.74% -
HSV(B) 172.26º 0.15% 0.8% -
XYZ 49.83 56.88 63.61 -
YUV 195.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 174 205 201 0.15 0 0.02 0.20 172.26 0.24 0.74
Hex AE CD C9 F 0 2 14 AC 18 4A
Octal 256 315 311 17 0 2 24 254 30 112
Binary 10101110 11001101 11001001 1111 0 10 10100 10101100 11000 1001010

Color Harmonies of #AECDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDC9

Black with #AECDC9

Text Example


Text Example

White with #AECDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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