#13F8FA

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

Shades of Aqua #13F8FA

Tints of Aqua #13F8FA

Color information

#13F8FA (or 0x13F8FA) is unknown color: approx Aqua. HEX triplet: 13, F8 and FA. RGB value is (19,248,250). Sum of RGB (Red+Green+Blue) = 19+248+250=517 (68% of max value = 765). Red value is 19 (7.81% from 255 or 3.68% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #13F8FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F8FA is #EC0705. Grayscale: #B3B3B3. Windows color (decimal): -15468294 or 16447507. OLE color: 16447507.

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

Color convert

RGB19248250-
CMYK0.920.0100.02
HSL180.52º95.85%52.75%-
HSV(B)180.52º92.4%98.04%-
XYZ51.0974.18102.07-
YUV179.76167.6313.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.68%
GREEN value IS 248 (97.27% from 255) = 47.97%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=3.68%
G=47.97%
B=48.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192482500.920.0100.02180.5295.8552.75
Hex13F8FA5C102b56035
Octal2337037213410226514065
Binary10011111110001111101010111001010101101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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