#0BF6F0

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

Shades of Aqua #0BF6F0

Tints of Aqua #0BF6F0

Color information

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

HSL color Cylindrical-coordinate representation of color #0BF6F0: hue angle of 178.47º 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 #0BF6F0 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB11246240-
CMYK0.9600.020.04
HSL178.47º92.89%50.39%-
HSV(B)178.47º95.53%96.47%-
XYZ48.8272.2793.82-
YUV175.05164.6410.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112462400.9600.020.04178.4792.8950.39
HexBF6F060024b25d32
Octal1336636014002426213562
Binary101111110110111100001100000010100101100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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