Html Css Color HEX #11ECF9 Aqua

📋 copy color: '#11ECF9'

red 17 ◦ green 236 ◦ blue 249

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

Shades of Aqua #11ECF9

Tints of Aqua #11ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 3.39%
G = 47.01%
B = 49.6%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11ECF9 (or 0x11ECF9) is known color: Aqua. HEX triplet: 11, EC and F9. RGB value is (17,236,249). Sum of RGB (Red+Green+Blue) = 17+236+249=502 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.39% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #11ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11ECF9 is #EE1306. Grayscale: #ABABAB. Windows color (decimal): -15602439 or 16378897. OLE color: 16378897.

HSL color Cylindrical-coordinate representation of color #11ECF9: hue angle of 183.36º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ECF9 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 236 249 -
CMYK 0.93 0.05 0 0.02
HSL 183.36º 0.95% 0.52% -
HSV(B) 183.36º 0.93% 0.98% -
XYZ 47.33 66.95 100.05 -
YUV 172 171.45 17.44 -
System Red Green Blue C M Y K H S L
Decimal 17 236 249 0.93 0.05 0 0.02 183.36 0.95 0.52
Hex 11 EC F9 5D 5 0 2 B7 5F 34
Octal 21 354 371 135 5 0 2 267 137 64
Binary 10001 11101100 11111001 1011101 101 0 10 10110111 1011111 110100

Color Harmonies of #11ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ECF9

Black with #11ECF9

Text Example


Text Example

White with #11ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,236,249); }

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

background-color css

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

 a { background-color: rgb(17,236,249); }

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

border-color css

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

 span { border-color: rgb(17,236,249); }

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