Html Css Color HEX #AED6D4 Sinbad

📋 copy color: '#AED6D4'

red 174 ◦ green 214 ◦ blue 212

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

Shades of Sinbad #AED6D4

Tints of Sinbad #AED6D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.33%

R = 29%
G = 35.67%
B = 35.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#AED6D4 (or 0xAED6D4) is known color: Sinbad. HEX triplet: AE, D6 and D4. RGB value is (174,214,212). Sum of RGB (Red+Green+Blue) = 174+214+212=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6D4 is #51292B. Grayscale: #C9C9C9. Windows color (decimal): -5318956 or 13948590. OLE color: 13948590.

HSL color Cylindrical-coordinate representation of color #AED6D4: hue angle of 177º 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 #AED6D4 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 212 -
CMYK 0.19 0 0.01 0.16
HSL 177º 0.33% 0.76% -
HSV(B) 177º 0.19% 0.84% -
XYZ 53.39 61.85 71.41 -
YUV 201.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 174 214 212 0.19 0 0.01 0.16 177 0.33 0.76
Hex AE D6 D4 13 0 1 10 B1 21 4C
Octal 256 326 324 23 0 1 20 261 41 114
Binary 10101110 11010110 11010100 10011 0 1 10000 10110001 100001 1001100

Color Harmonies of #AED6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6D4

Black with #AED6D4

Text Example


Text Example

White with #AED6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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