Html Css Color HEX #AED1CD Sinbad

📋 copy color: '#AED1CD'

red 174 ◦ green 209 ◦ blue 205

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

Shades of Sinbad #AED1CD

Tints of Sinbad #AED1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.54%

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 29.59%
G = 35.54%
B = 34.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#AED1CD (or 0xAED1CD) is known color: Sinbad. HEX triplet: AE, D1 and CD. RGB value is (174,209,205). Sum of RGB (Red+Green+Blue) = 174+209+205=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1CD is #512E32. Grayscale: #C6C6C6. Windows color (decimal): -5320243 or 13488558. OLE color: 13488558.

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

Color convert

RGB 174 209 205 -
CMYK 0.17 0 0.02 0.18
HSL 173.14º 0.28% 0.75% -
HSV(B) 173.14º 0.17% 0.82% -
XYZ 51.28 59.01 66.44 -
YUV 198.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 174 209 205 0.17 0 0.02 0.18 173.14 0.28 0.75
Hex AE D1 CD 11 0 2 12 AD 1C 4B
Octal 256 321 315 21 0 2 22 255 34 113
Binary 10101110 11010001 11001101 10001 0 10 10010 10101101 11100 1001011

Color Harmonies of #AED1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1CD

Black with #AED1CD

Text Example


Text Example

White with #AED1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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