Html Css Color HEX #AECFBF Nebula

📋 copy color: '#AECFBF'

red 174 ◦ green 207 ◦ blue 191

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

Shades of Nebula #AECFBF

Tints of Nebula #AECFBF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

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

R = 30.42%
G = 36.19%
B = 33.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#AECFBF (or 0xAECFBF) is known color: Nebula. HEX triplet: AE, CF and BF. RGB value is (174,207,191). Sum of RGB (Red+Green+Blue) = 174+207+191=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFBF is #513040. Grayscale: #C3C3C3. Windows color (decimal): -5320769 or 12570542. OLE color: 12570542.

HSL color Cylindrical-coordinate representation of color #AECFBF: hue angle of 150.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECFBF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 191 -
CMYK 0.16 0 0.08 0.19
HSL 150.91º 0.26% 0.75% -
HSV(B) 150.91º 0.16% 0.81% -
XYZ 49.17 57.39 57.78 -
YUV 195.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 174 207 191 0.16 0 0.08 0.19 150.91 0.26 0.75
Hex AE CF BF 10 0 8 13 97 1A 4B
Octal 256 317 277 20 0 10 23 227 32 113
Binary 10101110 11001111 10111111 10000 0 1000 10011 10010111 11010 1001011

Color Harmonies of #AECFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFBF

Black with #AECFBF

Text Example


Text Example

White with #AECFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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