#13E4FE

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

Shades of Aqua #13E4FE

Tints of Aqua #13E4FE

Color information

#13E4FE (or 0x13E4FE) is unknown color: approx Aqua. HEX triplet: 13, E4 and FE. RGB value is (19,228,254). Sum of RGB (Red+Green+Blue) = 19+228+254=501 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.79% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #13E4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E4FE is #EC1B01. Grayscale: #A8A8A8. Windows color (decimal): -15473410 or 16704531. OLE color: 16704531.

HSL color Cylindrical-coordinate representation of color #13E4FE: hue angle of 186.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13E4FE is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19228254-
CMYK0.930.1000.00
HSL186.64º99.16%53.53%-
HSV(B)186.64º92.52%99.61%-
XYZ45.962.78103.46-
YUV168.47176.2621.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.79%
GREEN value IS 228 (89.45% from 255) = 45.51%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=3.79%
G=45.51%
B=50.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192282540.930.1000.00186.6499.1653.53
Hex13E4FE5DA00bb6336
Octal23344376135120027314366
Binary1001111100100111111101011101101000101110111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13E4FE; }

 p { color: rgb(19,228,254); }

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

<style>
 a { background-color: #13E4FE; }

 a { background-color: rgb(19,228,254); }

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

<style>
 span { border-color: #13E4FE; }

 span { border-color: rgb(19,228,254); }

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