Html Css Color HEX #AED2CE Sinbad

📋 copy color: '#AED2CE'

red 174 ◦ green 210 ◦ blue 206

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

Shades of Sinbad #AED2CE

Tints of Sinbad #AED2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.59%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 29.49%
G = 35.59%
B = 34.92%

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

#AED2CE (or 0xAED2CE) is known color: Sinbad. HEX triplet: AE, D2 and CE. RGB value is (174,210,206). Sum of RGB (Red+Green+Blue) = 174+210+206=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2CE is #512D31. Grayscale: #C6C6C6. Windows color (decimal): -5319986 or 13554350. OLE color: 13554350.

HSL color Cylindrical-coordinate representation of color #AED2CE: hue angle of 173.33º degrees, saturation: 0.29, 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 #AED2CE is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 206 -
CMYK 0.17 0 0.02 0.18
HSL 173.33º 0.29% 0.75% -
HSV(B) 173.33º 0.17% 0.82% -
XYZ 51.64 59.55 67.16 -
YUV 198.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 174 210 206 0.17 0 0.02 0.18 173.33 0.29 0.75
Hex AE D2 CE 11 0 2 12 AD 1D 4B
Octal 256 322 316 21 0 2 22 255 35 113
Binary 10101110 11010010 11001110 10001 0 10 10010 10101101 11101 1001011

Color Harmonies of #AED2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2CE

Black with #AED2CE

Text Example


Text Example

White with #AED2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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