Html Css Color HEX #AED1BF Nebula

📋 copy color: '#AED1BF'

red 174 ◦ green 209 ◦ blue 191

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

Shades of Nebula #AED1BF

Tints of Nebula #AED1BF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.41%

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

R = 30.31%
G = 36.41%
B = 33.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#AED1BF (or 0xAED1BF) is known color: Nebula. HEX triplet: AE, D1 and BF. RGB value is (174,209,191). Sum of RGB (Red+Green+Blue) = 174+209+191=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1BF is #512E40. Grayscale: #C4C4C4. Windows color (decimal): -5320257 or 12571054. OLE color: 12571054.

HSL color Cylindrical-coordinate representation of color #AED1BF: hue angle of 149.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED1BF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 191 -
CMYK 0.17 0 0.09 0.18
HSL 149.14º 0.28% 0.75% -
HSV(B) 149.14º 0.17% 0.82% -
XYZ 49.66 58.36 57.94 -
YUV 196.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 174 209 191 0.17 0 0.09 0.18 149.14 0.28 0.75
Hex AE D1 BF 11 0 9 12 95 1C 4B
Octal 256 321 277 21 0 11 22 225 34 113
Binary 10101110 11010001 10111111 10001 0 1001 10010 10010101 11100 1001011

Color Harmonies of #AED1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1BF

Black with #AED1BF

Text Example


Text Example

White with #AED1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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