#0FEDFF

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

Shades of Aqua #0FEDFF

Tints of Aqua #0FEDFF

Color information

#0FEDFF (or 0x0FEDFF) is unknown color: approx Aqua. HEX triplet: 0F, ED and FF. RGB value is (15,237,255). Sum of RGB (Red+Green+Blue) = 15+237+255=507 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FEDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEDFF is #F01200. Grayscale: #ACACAC. Windows color (decimal): -15733249 or 16772367. OLE color: 16772367.

HSL color Cylindrical-coordinate representation of color #0FEDFF: hue angle of 184.5º 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 #0FEDFF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15237255-
CMYK0.940.0700
HSL184.5º100%52.94%-
HSV(B)184.5º94.12%100%-
XYZ48.5367.89105.15-
YUV172.67174.4515.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 2.96%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 255 (100% from 255) = 50.30%
R=2.96%
G=46.75%
B=50.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152372550.940.0700184.510052.94
HexFEDFF5E700b86435
Octal1735537713670027014465
Binary11111110110111111111101111011100101110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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