Html Css Color HEX #11FFED Aqua

📋 copy color: '#11FFED'

red 17 ◦ green 255 ◦ blue 237

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

Shades of Aqua #11FFED

Tints of Aqua #11FFED

RGB

 RED value IS 17 (7.03% from 255) = 3.34%

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 3.34%
G = 50.1%
B = 46.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#11FFED (or 0x11FFED) is known color: Aqua. HEX triplet: 11, FF and ED. RGB value is (17,255,237). Sum of RGB (Red+Green+Blue) = 17+255+237=509 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.34% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFED is #EE0012. Grayscale: #B5B5B5. Windows color (decimal): -15597587 or 15597329. OLE color: 15597329.

HSL color Cylindrical-coordinate representation of color #11FFED: hue angle of 175.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFED is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 17 255 237 -
CMYK 0.93 0 0.07 0
HSL 175.46º 1% 0.53% -
HSV(B) 175.46º 0.93% 1% -
XYZ 51.28 77.75 92.43 -
YUV 181.79 159.15 10.46 -
System Red Green Blue C M Y K H S L
Decimal 17 255 237 0.93 0 0.07 0 175.46 1 0.53
Hex 11 FF ED 5D 0 7 0 AF 64 35
Octal 21 377 355 135 0 7 0 257 144 65
Binary 10001 11111111 11101101 1011101 0 111 0 10101111 1100100 110101

Color Harmonies of #11FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FFED

Black with #11FFED

Text Example


Text Example

White with #11FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11FFED; }

 p { color: rgb(17,255,237); }

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

background-color css

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

 a { background-color: rgb(17,255,237); }

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

border-color css

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

 span { border-color: rgb(17,255,237); }

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