#10E6FC

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

Shades of Aqua #10E6FC

Tints of Aqua #10E6FC

Color information

#10E6FC (or 0x10E6FC) is unknown color: approx Aqua. HEX triplet: 10, E6 and FC. RGB value is (16,230,252). Sum of RGB (Red+Green+Blue) = 16+230+252=498 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #10E6FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E6FC is #EF1903. Grayscale: #A8A8A8. Windows color (decimal): -15669508 or 16573968. OLE color: 16573968.

HSL color Cylindrical-coordinate representation of color #10E6FC: hue angle of 185.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10E6FC is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16230252-
CMYK0.940.0900.01
HSL185.59º97.52%52.55%-
HSV(B)185.59º93.65%98.82%-
XYZ46.0863.73101.97-
YUV168.52175.119.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.21%
GREEN value IS 230 (90.23% from 255) = 46.18%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=3.21%
G=46.18%
B=50.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162302520.940.0900.01185.5997.5252.55
Hex10E6FC5E901ba6235
Octal20346374136110127214265
Binary1000011100110111111001011110100101101110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10E6FC; }

 p { color: rgb(16,230,252); }

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

<style>
 a { background-color: #10E6FC; }

 a { background-color: rgb(16,230,252); }

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

<style>
 span { border-color: #10E6FC; }

 span { border-color: rgb(16,230,252); }

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