Html Css Color HEX #AEDBC1 Nebula

📋 copy color: '#AEDBC1'

red 174 ◦ green 219 ◦ blue 193

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

Shades of Nebula #AEDBC1

Tints of Nebula #AEDBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.94%

R = 29.69%
G = 37.37%
B = 32.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#AEDBC1 (or 0xAEDBC1) is known color: Nebula. HEX triplet: AE, DB and C1. RGB value is (174,219,193). Sum of RGB (Red+Green+Blue) = 174+219+193=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC1 is #51243E. Grayscale: #CACACA. Windows color (decimal): -5317695 or 12704686. OLE color: 12704686.

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

Color convert

RGB 174 219 193 -
CMYK 0.21 0 0.12 0.14
HSL 145.33º 0.38% 0.77% -
HSV(B) 145.33º 0.21% 0.86% -
XYZ 52.41 63.51 59.95 -
YUV 202.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 174 219 193 0.21 0 0.12 0.14 145.33 0.38 0.77
Hex AE DB C1 15 0 C E 91 26 4D
Octal 256 333 301 25 0 14 16 221 46 115
Binary 10101110 11011011 11000001 10101 0 1100 1110 10010001 100110 1001101

Color Harmonies of #AEDBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBC1

Black with #AEDBC1

Text Example


Text Example

White with #AEDBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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