#13FAF9

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

Shades of Aqua #13FAF9

Tints of Aqua #13FAF9

Color information

#13FAF9 (or 0x13FAF9) is unknown color: approx Aqua. HEX triplet: 13, FA and F9. RGB value is (19,250,249). Sum of RGB (Red+Green+Blue) = 19+250+249=518 (68% of max value = 765). Red value is 19 (7.81% from 255 or 3.67% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #13FAF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FAF9 is #EC0506. Grayscale: #B4B4B4. Windows color (decimal): -15467783 or 16382483. OLE color: 16382483.

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

Color convert

RGB19250249-
CMYK0.9200.000.02
HSL179.74º95.85%52.75%-
HSV(B)179.74º92.4%98.04%-
XYZ51.5575.35101.45-
YUV180.82166.4712.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.67%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=3.67%
G=48.26%
B=48.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192502490.9200.000.02179.7495.8552.75
Hex13FAF95C002b46035
Octal2337237113400226414065
Binary10011111110101111100110111000010101101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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