Html Css Color HEX #AED0CE Sinbad

📋 copy color: '#AED0CE'

red 174 ◦ green 208 ◦ blue 206

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

Shades of Sinbad #AED0CE

Tints of Sinbad #AED0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.37%

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

R = 29.59%
G = 35.37%
B = 35.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#AED0CE (or 0xAED0CE) is known color: Sinbad. HEX triplet: AE, D0 and CE. RGB value is (174,208,206). Sum of RGB (Red+Green+Blue) = 174+208+206=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0CE is #512F31. Grayscale: #C5C5C5. Windows color (decimal): -5320498 or 13553838. OLE color: 13553838.

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

Color convert

RGB 174 208 206 -
CMYK 0.16 0 0.01 0.18
HSL 176.47º 0.27% 0.75% -
HSV(B) 176.47º 0.16% 0.82% -
XYZ 51.15 58.57 67 -
YUV 197.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 174 208 206 0.16 0 0.01 0.18 176.47 0.27 0.75
Hex AE D0 CE 10 0 1 12 B0 1B 4B
Octal 256 320 316 20 0 1 22 260 33 113
Binary 10101110 11010000 11001110 10000 0 1 10010 10110000 11011 1001011

Color Harmonies of #AED0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0CE

Black with #AED0CE

Text Example


Text Example

White with #AED0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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