Html Css Color HEX #AEDAD9 Sinbad

📋 copy color: '#AEDAD9'

red 174 ◦ green 218 ◦ blue 217

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

Shades of Sinbad #AEDAD9

Tints of Sinbad #AEDAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 28.57%
G = 35.8%
B = 35.63%

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

#AEDAD9 (or 0xAEDAD9) is known color: Sinbad. HEX triplet: AE, DA and D9. RGB value is (174,218,217). Sum of RGB (Red+Green+Blue) = 174+218+217=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD9 is #512526. Grayscale: #CCCCCC. Windows color (decimal): -5317927 or 14277294. OLE color: 14277294.

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

Color convert

RGB 174 218 217 -
CMYK 0.20 0 0.00 0.15
HSL 178.64º 0.37% 0.77% -
HSV(B) 178.64º 0.2% 0.85% -
XYZ 55.05 64.15 75.13 -
YUV 204.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 174 218 217 0.20 0 0.00 0.15 178.64 0.37 0.77
Hex AE DA D9 14 0 0 F B3 25 4D
Octal 256 332 331 24 0 0 17 263 45 115
Binary 10101110 11011010 11011001 10100 0 0 1111 10110011 100101 1001101

Color Harmonies of #AEDAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAD9

Black with #AEDAD9

Text Example


Text Example

White with #AEDAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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