#13ECFB

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

Shades of Aqua #13ECFB

Tints of Aqua #13ECFB

Color information

#13ECFB (or 0x13ECFB) is unknown color: approx Aqua. HEX triplet: 13, EC and FB. RGB value is (19,236,251). Sum of RGB (Red+Green+Blue) = 19+236+251=506 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.75% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #13ECFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECFB is #EC1304. Grayscale: #ACACAC. Windows color (decimal): -15471365 or 16509971. OLE color: 16509971.

HSL color Cylindrical-coordinate representation of color #13ECFB: hue angle of 183.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECFB is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19236251-
CMYK0.920.0600.02
HSL183.88º96.67%52.94%-
HSV(B)183.88º92.43%98.43%-
XYZ47.6867.09101.7-
YUV172.83172.1118.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.75%
GREEN value IS 236 (92.58% from 255) = 46.64%
BLUE value IS 251 (98.44% from 255) = 49.60%
R=3.75%
G=46.64%
B=49.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192362510.920.0600.02183.8896.6752.94
Hex13ECFB5C602b86135
Octal2335437313460227014165
Binary1001111101100111110111011100110010101110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,236,251); }

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

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

 a { background-color: rgb(19,236,251); }

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

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

 span { border-color: rgb(19,236,251); }

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