#0fe5fc

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

Shades of Aqua #0FE5FC

Tints of Aqua #0FE5FC

Color information

#0FE5FC (or 0x0FE5FC) is unknown color: approx Aqua. HEX triplet: 0F, E5 and FC. RGB value is (15,229,252). Sum of RGB (Red+Green+Blue) = 15+229+252=496 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FE5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE5FC is #F01A03. Grayscale: #A7A7A7. Windows color (decimal): -15735300 or 16573711. OLE color: 16573711.

HSL color Cylindrical-coordinate representation of color #0FE5FC: hue angle of 185.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE5FC is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15229252-
CMYK0.940.0900.01
HSL185.82º97.53%52.35%-
HSV(B)185.82º94.05%98.82%-
XYZ45.7963.17101.87-
YUV167.64175.619.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.02%
GREEN value IS 229 (89.84% from 255) = 46.17%
BLUE value IS 252 (98.83% from 255) = 50.81%
R=3.02%
G=46.17%
B=50.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal152292520.940.0900.01185.8297.5352.35
HexFE5FC5E901ba6234
Octal17345374136110127214264
Binary111111100101111111001011110100101101110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fe5fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0fe5fc; }

 p { color: rgb(15,229,252); }

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

<style>
 a { background-color: #0fe5fc; }

 a { background-color: rgb(15,229,252); }

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

<style>
 span { border-color: #0fe5fc; }

 span { border-color: rgb(15,229,252); }

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