#10E7FD

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

Shades of Aqua #10E7FD

Tints of Aqua #10E7FD

Color information

#10E7FD (or 0x10E7FD) is unknown color: approx Aqua. HEX triplet: 10, E7 and FD. RGB value is (16,231,253). Sum of RGB (Red+Green+Blue) = 16+231+253=500 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.2% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #10E7FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E7FD is #EF1802. Grayscale: #A8A8A8. Windows color (decimal): -15669251 or 16639760. OLE color: 16639760.

HSL color Cylindrical-coordinate representation of color #10E7FD: hue angle of 185.57º 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 #10E7FD is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16231253-
CMYK0.940.0900.01
HSL185.57º98.34%52.75%-
HSV(B)185.57º93.68%99.22%-
XYZ46.5264.35102.9-
YUV169.22175.2718.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.2%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=3.2%
G=46.2%
B=50.6%

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
Decimal162312530.940.0900.01185.5798.3452.75
Hex10E7FD5E901ba6235
Octal20347375136110127214265
Binary1000011100111111111011011110100101101110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,231,253); }

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

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

 a { background-color: rgb(16,231,253); }

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

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

 span { border-color: rgb(16,231,253); }

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