Html Css Color HEX #AEDBC3 Nebula

📋 copy color: '#AEDBC3'

red 174 ◦ green 219 ◦ blue 195

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

Shades of Nebula #AEDBC3

Tints of Nebula #AEDBC3

RGB

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

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

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

R = 29.59%
G = 37.24%
B = 33.16%

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

#AEDBC3 (or 0xAEDBC3) is known color: Nebula. HEX triplet: AE, DB and C3. RGB value is (174,219,195). Sum of RGB (Red+Green+Blue) = 174+219+195=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC3 is #51243C. Grayscale: #CACACA. Windows color (decimal): -5317693 or 12835758. OLE color: 12835758.

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

Color convert

RGB 174 219 195 -
CMYK 0.21 0 0.11 0.14
HSL 148º 0.38% 0.77% -
HSV(B) 148º 0.21% 0.86% -
XYZ 52.64 63.6 61.13 -
YUV 202.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 174 219 195 0.21 0 0.11 0.14 148 0.38 0.77
Hex AE DB C3 15 0 B E 94 26 4D
Octal 256 333 303 25 0 13 16 224 46 115
Binary 10101110 11011011 11000011 10101 0 1011 1110 10010100 100110 1001101

Color Harmonies of #AEDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBC3

Black with #AEDBC3

Text Example


Text Example

White with #AEDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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