Html Css Color HEX #11EAFB Aqua

📋 copy color: '#11EAFB'

red 17 ◦ green 234 ◦ blue 251

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

Shades of Aqua #11EAFB

Tints of Aqua #11EAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

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

R = 3.39%
G = 46.61%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11EAFB (or 0x11EAFB) is known color: Aqua. HEX triplet: 11, EA and FB. RGB value is (17,234,251). Sum of RGB (Red+Green+Blue) = 17+234+251=502 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.39% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #11EAFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EAFB is #EE1504. Grayscale: #AAAAAA. Windows color (decimal): -15602949 or 16509457. OLE color: 16509457.

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

Color convert

RGB 17 234 251 -
CMYK 0.93 0.07 0 0.02
HSL 184.36º 0.97% 0.53% -
HSV(B) 184.36º 0.93% 0.98% -
XYZ 47.07 65.93 101.51 -
YUV 171.06 173.11 18.12 -
System Red Green Blue C M Y K H S L
Decimal 17 234 251 0.93 0.07 0 0.02 184.36 0.97 0.53
Hex 11 EA FB 5D 7 0 2 B8 61 35
Octal 21 352 373 135 7 0 2 270 141 65
Binary 10001 11101010 11111011 1011101 111 0 10 10111000 1100001 110101

Color Harmonies of #11EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EAFB

Black with #11EAFB

Text Example


Text Example

White with #11EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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