Html Css Color HEX #AECFBE Nebula

📋 copy color: '#AECFBE'

red 174 ◦ green 207 ◦ blue 190

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

Shades of Nebula #AECFBE

Tints of Nebula #AECFBE

RGB

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

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

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

R = 30.47%
G = 36.25%
B = 33.27%

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

#AECFBE (or 0xAECFBE) is known color: Nebula. HEX triplet: AE, CF and BE. RGB value is (174,207,190). Sum of RGB (Red+Green+Blue) = 174+207+190=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFBE is #513041. Grayscale: #C3C3C3. Windows color (decimal): -5320770 or 12505006. OLE color: 12505006.

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

Color convert

RGB 174 207 190 -
CMYK 0.16 0 0.08 0.19
HSL 149.09º 0.26% 0.75% -
HSV(B) 149.09º 0.16% 0.81% -
XYZ 49.06 57.34 57.2 -
YUV 195.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 174 207 190 0.16 0 0.08 0.19 149.09 0.26 0.75
Hex AE CF BE 10 0 8 13 95 1A 4B
Octal 256 317 276 20 0 10 23 225 32 113
Binary 10101110 11001111 10111110 10000 0 1000 10011 10010101 11010 1001011

Color Harmonies of #AECFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFBE

Black with #AECFBE

Text Example


Text Example

White with #AECFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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