Html Css Color HEX #AEDADA Sinbad

📋 copy color: '#AEDADA'

red 174 ◦ green 218 ◦ blue 218

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

Shades of Sinbad #AEDADA

Tints of Sinbad #AEDADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.74%

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 28.52%
G = 35.74%
B = 35.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEDADA (or 0xAEDADA) is known color: Sinbad. HEX triplet: AE, DA and DA. RGB value is (174,218,218). Sum of RGB (Red+Green+Blue) = 174+218+218=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #AEDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADA is #512525. Grayscale: #CCCCCC. Windows color (decimal): -5317926 or 14342830. OLE color: 14342830.

HSL color Cylindrical-coordinate representation of color #AEDADA: hue angle of 180º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDADA is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 218 -
CMYK 0.20 0 0 0.15
HSL 180º 0.37% 0.77% -
HSV(B) 180º 0.2% 0.85% -
XYZ 55.18 64.2 75.81 -
YUV 204.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 174 218 218 0.20 0 0 0.15 180 0.37 0.77
Hex AE DA DA 14 0 0 F B4 25 4D
Octal 256 332 332 24 0 0 17 264 45 115
Binary 10101110 11011010 11011010 10100 0 0 1111 10110100 100101 1001101

Color Harmonies of #AEDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDADA

Black with #AEDADA

Text Example


Text Example

White with #AEDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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