Html Css Color HEX #AEDCC3 Nebula

📋 copy color: '#AEDCC3'

red 174 ◦ green 220 ◦ blue 195

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

Shades of Nebula #AEDCC3

Tints of Nebula #AEDCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 29.54%
G = 37.35%
B = 33.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#AEDCC3 (or 0xAEDCC3) is known color: Nebula. HEX triplet: AE, DC and C3. RGB value is (174,220,195). Sum of RGB (Red+Green+Blue) = 174+220+195=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC3 is #51233C. Grayscale: #CBCBCB. Windows color (decimal): -5317437 or 12836014. OLE color: 12836014.

HSL color Cylindrical-coordinate representation of color #AEDCC3: hue angle of 147.39º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 195 -
CMYK 0.21 0 0.11 0.14
HSL 147.39º 0.4% 0.77% -
HSV(B) 147.39º 0.21% 0.86% -
XYZ 52.9 64.13 61.22 -
YUV 203.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 174 220 195 0.21 0 0.11 0.14 147.39 0.4 0.77
Hex AE DC C3 15 0 B E 93 28 4D
Octal 256 334 303 25 0 13 16 223 50 115
Binary 10101110 11011100 11000011 10101 0 1011 1110 10010011 101000 1001101

Color Harmonies of #AEDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCC3

Black with #AEDCC3

Text Example


Text Example

White with #AEDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCC3; }

 p { color: rgb(174,220,195); }

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

background-color css

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

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

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

border-color css

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

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

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