Html Css Color HEX #11EFFB Aqua

📋 copy color: '#11EFFB'

red 17 ◦ green 239 ◦ blue 251

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

Shades of Aqua #11EFFB

Tints of Aqua #11EFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 3.35%
G = 47.14%
B = 49.51%

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

#11EFFB (or 0x11EFFB) is known color: Aqua. HEX triplet: 11, EF and FB. RGB value is (17,239,251). Sum of RGB (Red+Green+Blue) = 17+239+251=507 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #11EFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFFB is #EE1004. Grayscale: #ADADAD. Windows color (decimal): -15601669 or 16510737. OLE color: 16510737.

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

Color convert

RGB 17 239 251 -
CMYK 0.93 0.05 0 0.02
HSL 183.08º 0.97% 0.53% -
HSV(B) 183.08º 0.93% 0.98% -
XYZ 48.51 68.82 101.99 -
YUV 173.99 171.45 16.02 -
System Red Green Blue C M Y K H S L
Decimal 17 239 251 0.93 0.05 0 0.02 183.08 0.97 0.53
Hex 11 EF FB 5D 5 0 2 B7 61 35
Octal 21 357 373 135 5 0 2 267 141 65
Binary 10001 11101111 11111011 1011101 101 0 10 10110111 1100001 110101

Color Harmonies of #11EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFFB

Black with #11EFFB

Text Example


Text Example

White with #11EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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