Html Css Color HEX #AED6D5 Sinbad

📋 copy color: '#AED6D5'

red 174 ◦ green 214 ◦ blue 213

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

Shades of Sinbad #AED6D5

Tints of Sinbad #AED6D5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

 BLUE value IS 213 (83.59% from 255) = 35.44%

R = 28.95%
G = 35.61%
B = 35.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#AED6D5 (or 0xAED6D5) is known color: Sinbad. HEX triplet: AE, D6 and D5. RGB value is (174,214,213). Sum of RGB (Red+Green+Blue) = 174+214+213=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6D5 is #51292A. Grayscale: #C9C9C9. Windows color (decimal): -5318955 or 14014126. OLE color: 14014126.

HSL color Cylindrical-coordinate representation of color #AED6D5: hue angle of 178.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6D5 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 213 -
CMYK 0.19 0 0.00 0.16
HSL 178.5º 0.33% 0.76% -
HSV(B) 178.5º 0.19% 0.84% -
XYZ 53.51 61.9 72.08 -
YUV 201.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 174 214 213 0.19 0 0.00 0.16 178.5 0.33 0.76
Hex AE D6 D5 13 0 0 10 B2 21 4C
Octal 256 326 325 23 0 0 20 262 41 114
Binary 10101110 11010110 11010101 10011 0 0 10000 10110010 100001 1001100

Color Harmonies of #AED6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6D5

Black with #AED6D5

Text Example


Text Example

White with #AED6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6D5; }

 p { color: rgb(174,214,213); }

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

background-color css

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

 a { background-color: rgb(174,214,213); }

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

border-color css

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

 span { border-color: rgb(174,214,213); }

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