#13FBF2

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

Shades of Aqua #13FBF2

Tints of Aqua #13FBF2

Color information

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

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

Color convert

RGB19251242-
CMYK0.9200.040.02
HSL177.67º96.67%52.94%-
HSV(B)177.67º92.43%98.43%-
XYZ50.7975.5495.91-
YUV180.61162.6412.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192512420.9200.040.02177.6796.6752.94
Hex13FBF25C042b26135
Octal2337336213404226214165
Binary1001111111011111100101011100010010101100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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