#0FE0FF

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

Shades of Aqua #0FE0FF

Tints of Aqua #0FE0FF

Color information

#0FE0FF (or 0x0FE0FF) is unknown color: approx Aqua. HEX triplet: 0F, E0 and FF. RGB value is (15,224,255). Sum of RGB (Red+Green+Blue) = 15+224+255=494 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FE0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE0FF is #F01F00. Grayscale: #A4A4A4. Windows color (decimal): -15736577 or 16769039. OLE color: 16769039.

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

Color convert

RGB15224255-
CMYK0.940.1200
HSL187.75º100%52.94%-
HSV(B)187.75º94.12%100%-
XYZ44.960.63103.94-
YUV165.04178.7620.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.04%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 255 (100% from 255) = 51.62%
R=3.04%
G=45.34%
B=51.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152242550.940.1200187.7510052.94
HexFE0FF5EC00bc6435
Octal17340377136140027414465
Binary111111100000111111111011110110000101111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,224,255); }

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

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

 a { background-color: rgb(15,224,255); }

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

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

 span { border-color: rgb(15,224,255); }

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