Html Css Color HEX #AEDBC2 Nebula

📋 copy color: '#AEDBC2'

red 174 ◦ green 219 ◦ blue 194

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

Shades of Nebula #AEDBC2

Tints of Nebula #AEDBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

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

R = 29.64%
G = 37.31%
B = 33.05%

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

#AEDBC2 (or 0xAEDBC2) is known color: Nebula. HEX triplet: AE, DB and C2. RGB value is (174,219,194). Sum of RGB (Red+Green+Blue) = 174+219+194=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC2 is #51243D. Grayscale: #CACACA. Windows color (decimal): -5317694 or 12770222. OLE color: 12770222.

HSL color Cylindrical-coordinate representation of color #AEDBC2: hue angle of 146.67º degrees, saturation: 0.38, 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 #AEDBC2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 194 -
CMYK 0.21 0 0.11 0.14
HSL 146.67º 0.38% 0.77% -
HSV(B) 146.67º 0.21% 0.86% -
XYZ 52.52 63.56 60.54 -
YUV 202.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 174 219 194 0.21 0 0.11 0.14 146.67 0.38 0.77
Hex AE DB C2 15 0 B E 93 26 4D
Octal 256 333 302 25 0 13 16 223 46 115
Binary 10101110 11011011 11000010 10101 0 1011 1110 10010011 100110 1001101

Color Harmonies of #AEDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBC2

Black with #AEDBC2

Text Example


Text Example

White with #AEDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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