Html Css Color HEX #AEDAD8 Sinbad

📋 copy color: '#AEDAD8'

red 174 ◦ green 218 ◦ blue 216

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

Shades of Sinbad #AEDAD8

Tints of Sinbad #AEDAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.86%

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

R = 28.62%
G = 35.86%
B = 35.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#AEDAD8 (or 0xAEDAD8) is known color: Sinbad. HEX triplet: AE, DA and D8. RGB value is (174,218,216). Sum of RGB (Red+Green+Blue) = 174+218+216=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD8 is #512527. Grayscale: #CCCCCC. Windows color (decimal): -5317928 or 14211758. OLE color: 14211758.

HSL color Cylindrical-coordinate representation of color #AEDAD8: hue angle of 177.27º degrees, saturation: 0.37, 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 #AEDAD8 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 216 -
CMYK 0.20 0 0.01 0.15
HSL 177.27º 0.37% 0.77% -
HSV(B) 177.27º 0.2% 0.85% -
XYZ 54.92 64.1 74.44 -
YUV 204.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 174 218 216 0.20 0 0.01 0.15 177.27 0.37 0.77
Hex AE DA D8 14 0 1 F B1 25 4D
Octal 256 332 330 24 0 1 17 261 45 115
Binary 10101110 11011010 11011000 10100 0 1 1111 10110001 100101 1001101

Color Harmonies of #AEDAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAD8

Black with #AEDAD8

Text Example


Text Example

White with #AEDAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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