#0FF1F8

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

Shades of Aqua #0FF1F8

Tints of Aqua #0FF1F8

Color information

#0FF1F8 (or 0x0FF1F8) is unknown color: approx Aqua. HEX triplet: 0F, F1 and F8. RGB value is (15,241,248). Sum of RGB (Red+Green+Blue) = 15+241+248=504 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #0FF1F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF1F8 is #F00E07. Grayscale: #ADADAD. Windows color (decimal): -15732232 or 16314639. OLE color: 16314639.

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

Color convert

RGB15241248-
CMYK0.940.0300.03
HSL181.8º94.33%51.57%-
HSV(B)181.8º93.95%97.25%-
XYZ48.669.7999.72-
YUV174.22169.6314.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 2.98%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 248 (97.27% from 255) = 49.21%
R=2.98%
G=47.82%
B=49.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal152412480.940.0300.03181.894.3351.57
HexFF1F85E303b65e34
Octal1736137013630326613664
Binary11111111000111111000101111011011101101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,241,248); }

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

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

 a { background-color: rgb(15,241,248); }

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

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

 span { border-color: rgb(15,241,248); }

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