Html Css Color HEX #AED3D3 Sinbad

📋 copy color: '#AED3D3'

red 174 ◦ green 211 ◦ blue 211

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

Shades of Sinbad #AED3D3

Tints of Sinbad #AED3D3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.4%

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

R = 29.19%
G = 35.4%
B = 35.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AED3D3 (or 0xAED3D3) is known color: Sinbad. HEX triplet: AE, D3 and D3. RGB value is (174,211,211). Sum of RGB (Red+Green+Blue) = 174+211+211=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: green, blue. Hex color #AED3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3D3 is #512C2C. Grayscale: #C7C7C7. Windows color (decimal): -5319725 or 13882286. OLE color: 13882286.

HSL color Cylindrical-coordinate representation of color #AED3D3: hue angle of 180º 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 #AED3D3 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 211 -
CMYK 0.18 0 0 0.17
HSL 180º 0.3% 0.75% -
HSV(B) 180º 0.18% 0.83% -
XYZ 52.51 60.29 70.5 -
YUV 199.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 174 211 211 0.18 0 0 0.17 180 0.3 0.75
Hex AE D3 D3 12 0 0 11 B4 1E 4B
Octal 256 323 323 22 0 0 21 264 36 113
Binary 10101110 11010011 11010011 10010 0 0 10001 10110100 11110 1001011

Color Harmonies of #AED3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3D3

Black with #AED3D3

Text Example


Text Example

White with #AED3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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