#11fdff

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

Shades of Aqua #11FDFF

Tints of Aqua #11FDFF

Color information

#11FDFF (or 0x11FDFF) is unknown color: approx Aqua. HEX triplet: 11, FD and FF. RGB value is (17,253,255). Sum of RGB (Red+Green+Blue) = 17+253+255=525 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.24% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #11FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FDFF is #EE0200. Grayscale: #B6B6B6. Windows color (decimal): -15598081 or 16776465. OLE color: 16776465.

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

Color convert

RGB17253255-
CMYK0.930.0100
HSL180.5º100%53.33%-
HSV(B)180.5º93.33%100%-
XYZ53.4177.59106.77-
YUV182.66168.819.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.24%
GREEN value IS 253 (99.22% from 255) = 48.19%
BLUE value IS 255 (100% from 255) = 48.57%
R=3.24%
G=48.19%
B=48.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172532550.930.0100180.510053.33
Hex11FDFF5D100b56435
Octal2137537713510026514465
Binary1000111111101111111111011101100101101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11fdff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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