Html Css Color HEX #AED8BE Nebula

📋 copy color: '#AED8BE'

red 174 ◦ green 216 ◦ blue 190

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

Shades of Nebula #AED8BE

Tints of Nebula #AED8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 30%
G = 37.24%
B = 32.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#AED8BE (or 0xAED8BE) is known color: Nebula. HEX triplet: AE, D8 and BE. RGB value is (174,216,190). Sum of RGB (Red+Green+Blue) = 174+216+190=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8BE is #512741. Grayscale: #C8C8C8. Windows color (decimal): -5318466 or 12507310. OLE color: 12507310.

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

Color convert

RGB 174 216 190 -
CMYK 0.19 0 0.12 0.15
HSL 142.86º 0.35% 0.76% -
HSV(B) 142.86º 0.19% 0.85% -
XYZ 51.31 61.83 57.95 -
YUV 200.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 174 216 190 0.19 0 0.12 0.15 142.86 0.35 0.76
Hex AE D8 BE 13 0 C F 8F 23 4C
Octal 256 330 276 23 0 14 17 217 43 114
Binary 10101110 11011000 10111110 10011 0 1100 1111 10001111 100011 1001100

Color Harmonies of #AED8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8BE

Black with #AED8BE

Text Example


Text Example

White with #AED8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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