Html Css Color HEX #AED6D3 Sinbad

📋 copy color: '#AED6D3'

red 174 ◦ green 214 ◦ blue 211

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

Shades of Sinbad #AED6D3

Tints of Sinbad #AED6D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.23%

R = 29.05%
G = 35.73%
B = 35.23%

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

#AED6D3 (or 0xAED6D3) is known color: Sinbad. HEX triplet: AE, D6 and D3. RGB value is (174,214,211). Sum of RGB (Red+Green+Blue) = 174+214+211=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6D3 is #51292C. Grayscale: #C9C9C9. Windows color (decimal): -5318957 or 13883054. OLE color: 13883054.

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

Color convert

RGB 174 214 211 -
CMYK 0.19 0 0.01 0.16
HSL 175.5º 0.33% 0.76% -
HSV(B) 175.5º 0.19% 0.84% -
XYZ 53.26 61.79 70.75 -
YUV 201.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 174 214 211 0.19 0 0.01 0.16 175.5 0.33 0.76
Hex AE D6 D3 13 0 1 10 B0 21 4C
Octal 256 326 323 23 0 1 20 260 41 114
Binary 10101110 11010110 11010011 10011 0 1 10000 10110000 100001 1001100

Color Harmonies of #AED6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6D3

Black with #AED6D3

Text Example


Text Example

White with #AED6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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