Html Css Color HEX #AED9D8 Sinbad

📋 copy color: '#AED9D8'

red 174 ◦ green 217 ◦ blue 216

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

Shades of Sinbad #AED9D8

Tints of Sinbad #AED9D8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.75%

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 28.67%
G = 35.75%
B = 35.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#AED9D8 (or 0xAED9D8) is known color: Sinbad. HEX triplet: AE, D9 and D8. RGB value is (174,217,216). Sum of RGB (Red+Green+Blue) = 174+217+216=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9D8 is #512627. Grayscale: #CBCBCB. Windows color (decimal): -5318184 or 14211502. OLE color: 14211502.

HSL color Cylindrical-coordinate representation of color #AED9D8: hue angle of 178.6º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9D8 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 216 -
CMYK 0.20 0 0.00 0.15
HSL 178.6º 0.36% 0.77% -
HSV(B) 178.6º 0.2% 0.85% -
XYZ 54.66 63.58 74.36 -
YUV 204.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 174 217 216 0.20 0 0.00 0.15 178.6 0.36 0.77
Hex AE D9 D8 14 0 0 F B3 24 4D
Octal 256 331 330 24 0 0 17 263 44 115
Binary 10101110 11011001 11011000 10100 0 0 1111 10110011 100100 1001101

Color Harmonies of #AED9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9D8

Black with #AED9D8

Text Example


Text Example

White with #AED9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9D8; }

 p { color: rgb(174,217,216); }

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

background-color css

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

 a { background-color: rgb(174,217,216); }

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

border-color css

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

 span { border-color: rgb(174,217,216); }

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