Html Css Color HEX #AED5D6 Sinbad

📋 copy color: '#AED5D6'

red 174 ◦ green 213 ◦ blue 214

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

Shades of Sinbad #AED5D6

Tints of Sinbad #AED5D6

RGB

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

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

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

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

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 174 213 214 -
CMYK 0.19 0.00 0 0.16
HSL 181.5º 0.33% 0.76% -
HSV(B) 181.5º 0.19% 0.84% -
XYZ 53.39 61.44 72.66 -
YUV 201.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 174 213 214 0.19 0.00 0 0.16 181.5 0.33 0.76
Hex AE D5 D6 13 0 0 10 B6 21 4C
Octal 256 325 326 23 0 0 20 266 41 114
Binary 10101110 11010101 11010110 10011 0 0 10000 10110110 100001 1001100

Color Harmonies of #AED5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5D6

Black with #AED5D6

Text Example


Text Example

White with #AED5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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