#11F0FB

Color #11F0FB Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #11F0FB

Tints of Aqua #11F0FB

Color information

#11F0FB (or 0x11F0FB) is unknown color: approx Aqua. HEX triplet: 11, F0 and FB. RGB value is (17,240,251). Sum of RGB (Red+Green+Blue) = 17+240+251=508 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #11F0FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F0FB is #EE0F04. Grayscale: #AEAEAE. Windows color (decimal): -15601413 or 16510993. OLE color: 16510993.

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

Color convert

RGB17240251-
CMYK0.930.0400.02
HSL182.82º96.69%52.55%-
HSV(B)182.82º93.23%98.43%-
XYZ48.869.4102.09-
YUV174.58171.1215.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.35%
GREEN value IS 240 (94.14% from 255) = 47.24%
BLUE value IS 251 (98.44% from 255) = 49.41%
R=3.35%
G=47.24%
B=49.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172402510.930.0400.02182.8296.6952.55
Hex11F0FB5D402b76135
Octal2136037313540226714165
Binary1000111110000111110111011101100010101101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11F0FB;
 }
 .AnyTagClassName
 {
   color: #11F0FB;
 }
</style>
background-color css

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

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

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

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

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

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