#13E1FF

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

Shades of Aqua #13E1FF

Tints of Aqua #13E1FF

Color information

#13E1FF (or 0x13E1FF) is unknown color: approx Aqua. HEX triplet: 13, E1 and FF. RGB value is (19,225,255). Sum of RGB (Red+Green+Blue) = 19+225+255=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #13E1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E1FF is #EC1E00. Grayscale: #A6A6A6. Windows color (decimal): -15474177 or 16769299. OLE color: 16769299.

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

Color convert

RGB19225255-
CMYK0.930.1200
HSL187.63º100%53.73%-
HSV(B)187.63º92.55%100%-
XYZ45.2461.21104.04-
YUV166.83177.7522.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.81%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 255 (100% from 255) = 51.10%
R=3.81%
G=45.09%
B=51.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192252550.930.1200187.6310053.73
Hex13E1FF5DC00bc6436
Octal23341377135140027414466
Binary1001111100001111111111011101110000101111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,225,255); }

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

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

 a { background-color: rgb(19,225,255); }

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

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

 span { border-color: rgb(19,225,255); }

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