Html Css Color HEX #11EFFF Aqua

📋 copy color: '#11EFFF'

red 17 ◦ green 239 ◦ blue 255

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

Shades of Aqua #11EFFF

Tints of Aqua #11EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.77%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 3.33%
G = 46.77%
B = 49.9%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11EFFF (or 0x11EFFF) is known color: Aqua. HEX triplet: 11, EF and FF. RGB value is (17,239,255). Sum of RGB (Red+Green+Blue) = 17+239+255=511 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.33% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #11EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFFF is #EE1000. Grayscale: #AEAEAE. Windows color (decimal): -15601665 or 16772881. OLE color: 16772881.

HSL color Cylindrical-coordinate representation of color #11EFFF: hue angle of 184.03º 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 #11EFFF is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 239 255 -
CMYK 0.93 0.06 0 0
HSL 184.03º 1% 0.53% -
HSV(B) 184.03º 0.93% 1% -
XYZ 49.15 69.07 105.35 -
YUV 174.45 173.45 15.7 -
System Red Green Blue C M Y K H S L
Decimal 17 239 255 0.93 0.06 0 0 184.03 1 0.53
Hex 11 EF FF 5D 6 0 0 B8 64 35
Octal 21 357 377 135 6 0 0 270 144 65
Binary 10001 11101111 11111111 1011101 110 0 0 10111000 1100100 110101

Color Harmonies of #11EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFFF

Black with #11EFFF

Text Example


Text Example

White with #11EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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