Html Css Color HEX #AED2D3 Sinbad

📋 copy color: '#AED2D3'

red 174 ◦ green 210 ◦ blue 211

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

Shades of Sinbad #AED2D3

Tints of Sinbad #AED2D3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.29%

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

R = 29.24%
G = 35.29%
B = 35.46%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AED2D3 (or 0xAED2D3) is known color: Sinbad. HEX triplet: AE, D2 and D3. RGB value is (174,210,211). Sum of RGB (Red+Green+Blue) = 174+210+211=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 211 - color contains mainly: blue. Hex color #AED2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2D3 is #512D2C. Grayscale: #C7C7C7. Windows color (decimal): -5319981 or 13882030. OLE color: 13882030.

HSL color Cylindrical-coordinate representation of color #AED2D3: hue angle of 181.62º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED2D3 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 210 211 -
CMYK 0.18 0.00 0 0.17
HSL 181.62º 0.3% 0.75% -
HSV(B) 181.62º 0.18% 0.83% -
XYZ 52.26 59.8 70.42 -
YUV 199.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 174 210 211 0.18 0.00 0 0.17 181.62 0.3 0.75
Hex AE D2 D3 12 0 0 11 B6 1E 4B
Octal 256 322 323 22 0 0 21 266 36 113
Binary 10101110 11010010 11010011 10010 0 0 10001 10110110 11110 1001011

Color Harmonies of #AED2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2D3

Black with #AED2D3

Text Example


Text Example

White with #AED2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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