Html Css Color HEX #AEDAC2 Nebula

📋 copy color: '#AEDAC2'

red 174 ◦ green 218 ◦ blue 194

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

Shades of Nebula #AEDAC2

Tints of Nebula #AEDAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 29.69%
G = 37.2%
B = 33.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#AEDAC2 (or 0xAEDAC2) is known color: Nebula. HEX triplet: AE, DA and C2. RGB value is (174,218,194). Sum of RGB (Red+Green+Blue) = 174+218+194=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC2 is #51253D. Grayscale: #CACACA. Windows color (decimal): -5317950 or 12769966. OLE color: 12769966.

HSL color Cylindrical-coordinate representation of color #AEDAC2: hue angle of 147.27º 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 #AEDAC2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 194 -
CMYK 0.20 0 0.11 0.15
HSL 147.27º 0.37% 0.77% -
HSV(B) 147.27º 0.2% 0.85% -
XYZ 52.26 63.04 60.45 -
YUV 202.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 174 218 194 0.20 0 0.11 0.15 147.27 0.37 0.77
Hex AE DA C2 14 0 B F 93 25 4D
Octal 256 332 302 24 0 13 17 223 45 115
Binary 10101110 11011010 11000010 10100 0 1011 1111 10010011 100101 1001101

Color Harmonies of #AEDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAC2

Black with #AEDAC2

Text Example


Text Example

White with #AEDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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