Html Css Color HEX #AED4BF Nebula

📋 copy color: '#AED4BF'

red 174 ◦ green 212 ◦ blue 191

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

Shades of Nebula #AED4BF

Tints of Nebula #AED4BF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

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

R = 30.16%
G = 36.74%
B = 33.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#AED4BF (or 0xAED4BF) is known color: Nebula. HEX triplet: AE, D4 and BF. RGB value is (174,212,191). Sum of RGB (Red+Green+Blue) = 174+212+191=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4BF is #512B40. Grayscale: #C6C6C6. Windows color (decimal): -5319489 or 12571822. OLE color: 12571822.

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

Color convert

RGB 174 212 191 -
CMYK 0.18 0 0.10 0.17
HSL 146.84º 0.31% 0.76% -
HSV(B) 146.84º 0.18% 0.83% -
XYZ 50.4 59.85 58.19 -
YUV 198.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 174 212 191 0.18 0 0.10 0.17 146.84 0.31 0.76
Hex AE D4 BF 12 0 A 11 93 1F 4C
Octal 256 324 277 22 0 12 21 223 37 114
Binary 10101110 11010100 10111111 10010 0 1010 10001 10010011 11111 1001100

Color Harmonies of #AED4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4BF

Black with #AED4BF

Text Example


Text Example

White with #AED4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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