Html Css Color HEX #AED5BF Nebula

📋 copy color: '#AED5BF'

red 174 ◦ green 213 ◦ blue 191

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

Shades of Nebula #AED5BF

Tints of Nebula #AED5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

 BLUE value IS 191 (75% from 255) = 33.04%

R = 30.1%
G = 36.85%
B = 33.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#AED5BF (or 0xAED5BF) is known color: Nebula. HEX triplet: AE, D5 and BF. RGB value is (174,213,191). Sum of RGB (Red+Green+Blue) = 174+213+191=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5BF is #512A40. Grayscale: #C6C6C6. Windows color (decimal): -5319233 or 12572078. OLE color: 12572078.

HSL color Cylindrical-coordinate representation of color #AED5BF: hue angle of 146.15º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5BF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 191 -
CMYK 0.18 0 0.10 0.16
HSL 146.15º 0.32% 0.76% -
HSV(B) 146.15º 0.18% 0.84% -
XYZ 50.65 60.35 58.27 -
YUV 198.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 174 213 191 0.18 0 0.10 0.16 146.15 0.32 0.76
Hex AE D5 BF 12 0 A 10 92 20 4C
Octal 256 325 277 22 0 12 20 222 40 114
Binary 10101110 11010101 10111111 10010 0 1010 10000 10010010 100000 1001100

Color Harmonies of #AED5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5BF

Black with #AED5BF

Text Example


Text Example

White with #AED5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5BF; }

 p { color: rgb(174,213,191); }

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

background-color css

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

 a { background-color: rgb(174,213,191); }

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

border-color css

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

 span { border-color: rgb(174,213,191); }

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