#0BEFF6

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

Shades of Aqua #0BEFF6

Tints of Aqua #0BEFF6

Color information

#0BEFF6 (or 0x0BEFF6) is unknown color: approx Aqua. HEX triplet: 0B, EF and F6. RGB value is (11,239,246). Sum of RGB (Red+Green+Blue) = 11+239+246=496 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.22% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #0BEFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEFF6 is #F41009. Grayscale: #ABABAB. Windows color (decimal): -15994890 or 16183051. OLE color: 16183051.

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

Color convert

RGB11239246-
CMYK0.960.0300.04
HSL181.79º92.89%50.39%-
HSV(B)181.79º95.53%96.47%-
XYZ47.6468.4697.89-
YUV171.63169.9613.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.22%
GREEN value IS 239 (93.75% from 255) = 48.19%
BLUE value IS 246 (96.48% from 255) = 49.60%
R=2.22%
G=48.19%
B=49.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112392460.960.0300.04181.7992.8950.39
HexBEFF660304b65d32
Octal1335736614030426613562
Binary101111101111111101101100000110100101101101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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