#0BF0F6

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

Shades of Aqua #0BF0F6

Tints of Aqua #0BF0F6

Color information

#0BF0F6 (or 0x0BF0F6) is unknown color: approx Aqua. HEX triplet: 0B, F0 and F6. RGB value is (11,240,246). Sum of RGB (Red+Green+Blue) = 11+240+246=497 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.21% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #0BF0F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF0F6 is #F40F09. Grayscale: #ABABAB. Windows color (decimal): -15994634 or 16183307. OLE color: 16183307.

HSL color Cylindrical-coordinate representation of color #0BF0F6: hue angle of 181.53º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF0F6 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11240246-
CMYK0.960.0200.04
HSL181.53º92.89%50.39%-
HSV(B)181.53º95.53%96.47%-
XYZ47.9369.0597.99-
YUV172.21169.6313.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.21%
GREEN value IS 240 (94.14% from 255) = 48.29%
BLUE value IS 246 (96.48% from 255) = 49.50%
R=2.21%
G=48.29%
B=49.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112402460.960.0200.04181.5392.8950.39
HexBF0F660204b65d32
Octal1336036614020426613562
Binary101111110000111101101100000100100101101101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,240,246); }

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

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

 a { background-color: rgb(11,240,246); }

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

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

 span { border-color: rgb(11,240,246); }

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