#13F2FB

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

Shades of Aqua #13F2FB

Tints of Aqua #13F2FB

Color information

#13F2FB (or 0x13F2FB) is unknown color: approx Aqua. HEX triplet: 13, F2 and FB. RGB value is (19,242,251). Sum of RGB (Red+Green+Blue) = 19+242+251=512 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.71% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #13F2FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F2FB is #EC0D04. Grayscale: #B0B0B0. Windows color (decimal): -15469829 or 16511507. OLE color: 16511507.

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

Color convert

RGB19242251-
CMYK0.920.0400.02
HSL182.33º96.67%52.94%-
HSV(B)182.33º92.43%98.43%-
XYZ49.4370.61102.29-
YUV176.35170.1215.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.71%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=3.71%
G=47.27%
B=49.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192422510.920.0400.02182.3396.6752.94
Hex13F2FB5C402b66135
Octal2336237313440226614165
Binary1001111110010111110111011100100010101101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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