#10E9FD

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

Shades of Aqua #10E9FD

Tints of Aqua #10E9FD

Color information

#10E9FD (or 0x10E9FD) is unknown color: approx Aqua. HEX triplet: 10, E9 and FD. RGB value is (16,233,253). Sum of RGB (Red+Green+Blue) = 16+233+253=502 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #10E9FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E9FD is #EF1602. Grayscale: #AAAAAA. Windows color (decimal): -15668739 or 16640272. OLE color: 16640272.

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

Color convert

RGB16233253-
CMYK0.940.0800.01
HSL185.06º98.34%52.75%-
HSV(B)185.06º93.68%99.22%-
XYZ47.0865.48103.09-
YUV170.4174.6117.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.19%
GREEN value IS 233 (91.41% from 255) = 46.41%
BLUE value IS 253 (99.22% from 255) = 50.40%
R=3.19%
G=46.41%
B=50.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162332530.940.0800.01185.0698.3452.75
Hex10E9FD5E801b96235
Octal20351375136100127114265
Binary1000011101001111111011011110100001101110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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