Html Css Color HEX #AED8C0 Nebula

📋 copy color: '#AED8C0'

red 174 ◦ green 216 ◦ blue 192

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

Shades of Nebula #AED8C0

Tints of Nebula #AED8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.11%

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 29.9%
G = 37.11%
B = 32.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#AED8C0 (or 0xAED8C0) is known color: Nebula. HEX triplet: AE, D8 and C0. RGB value is (174,216,192). Sum of RGB (Red+Green+Blue) = 174+216+192=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8C0 is #51273F. Grayscale: #C8C8C8. Windows color (decimal): -5318464 or 12638382. OLE color: 12638382.

HSL color Cylindrical-coordinate representation of color #AED8C0: hue angle of 145.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8C0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 192 -
CMYK 0.19 0 0.11 0.15
HSL 145.71º 0.35% 0.76% -
HSV(B) 145.71º 0.19% 0.85% -
XYZ 51.53 61.92 59.1 -
YUV 200.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 174 216 192 0.19 0 0.11 0.15 145.71 0.35 0.76
Hex AE D8 C0 13 0 B F 92 23 4C
Octal 256 330 300 23 0 13 17 222 43 114
Binary 10101110 11011000 11000000 10011 0 1011 1111 10010010 100011 1001100

Color Harmonies of #AED8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8C0

Black with #AED8C0

Text Example


Text Example

White with #AED8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8C0; }

 p { color: rgb(174,216,192); }

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

background-color css

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

 a { background-color: rgb(174,216,192); }

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

border-color css

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

 span { border-color: rgb(174,216,192); }

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