#13F9FA

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

Shades of Aqua #13F9FA

Tints of Aqua #13F9FA

Color information

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

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

Color convert

RGB19249250-
CMYK0.920.0000.02
HSL180.26º95.85%52.75%-
HSV(B)180.26º92.4%98.04%-
XYZ51.474.79102.17-
YUV180.34167.312.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192492500.920.0000.02180.2695.8552.75
Hex13F9FA5C002b46035
Octal2337137213400226414065
Binary10011111110011111101010111000010101101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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