#13FAFA

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

Shades of Aqua #13FAFA

Tints of Aqua #13FAFA

Color information

#13FAFA (or 0x13FAFA) is unknown color: approx Aqua. HEX triplet: 13, FA and FA. RGB value is (19,250,250). Sum of RGB (Red+Green+Blue) = 19+250+250=519 (68% of max value = 765). Red value is 19 (7.81% from 255 or 3.66% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #13FAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FAFA is #EC0505. Grayscale: #B4B4B4. Windows color (decimal): -15467782 or 16448019. OLE color: 16448019.

HSL color Cylindrical-coordinate representation of color #13FAFA: hue angle of 180º degrees, saturation: 0.96, 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 #13FAFA is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19250250-
CMYK0.92000.02
HSL180º95.85%52.75%-
HSV(B)180º92.4%98.04%-
XYZ51.7175.41102.27-
YUV180.93166.9712.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.66%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=3.66%
G=48.17%
B=48.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192502500.92000.0218095.8552.75
Hex13FAFA5C002b46035
Octal2337237213400226414065
Binary10011111110101111101010111000010101101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,250,250); }

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

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

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

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

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

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

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