#13E5FE

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

Shades of Aqua #13E5FE

Tints of Aqua #13E5FE

Color information

#13E5FE (or 0x13E5FE) is unknown color: approx Aqua. HEX triplet: 13, E5 and FE. RGB value is (19,229,254). Sum of RGB (Red+Green+Blue) = 19+229+254=502 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.78% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #13E5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E5FE is #EC1A01. Grayscale: #A8A8A8. Windows color (decimal): -15473154 or 16704787. OLE color: 16704787.

HSL color Cylindrical-coordinate representation of color #13E5FE: hue angle of 186.38º 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 #13E5FE is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19229254-
CMYK0.930.1000.00
HSL186.38º99.16%53.53%-
HSV(B)186.38º92.52%99.61%-
XYZ46.1863.33103.56-
YUV169.06175.9320.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.78%
GREEN value IS 229 (89.84% from 255) = 45.62%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=3.78%
G=45.62%
B=50.60%

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
Decimal192292540.930.1000.00186.3899.1653.53
Hex13E5FE5DA00ba6336
Octal23345376135120027214366
Binary1001111100101111111101011101101000101110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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