#0BE2FF

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

Shades of Aqua #0BE2FF

Tints of Aqua #0BE2FF

Color information

#0BE2FF (or 0x0BE2FF) is unknown color: approx Aqua. HEX triplet: 0B, E2 and FF. RGB value is (11,226,255). Sum of RGB (Red+Green+Blue) = 11+226+255=492 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BE2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE2FF is #F41D00. Grayscale: #A4A4A4. Windows color (decimal): -15998209 or 16769547. OLE color: 16769547.

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

Color convert

RGB11226255-
CMYK0.960.1100
HSL187.13º100%52.16%-
HSV(B)187.13º95.69%100%-
XYZ45.3861.68104.12-
YUV165.02178.7718.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.24%
GREEN value IS 226 (88.67% from 255) = 45.93%
BLUE value IS 255 (100% from 255) = 51.83%
R=2.24%
G=45.93%
B=51.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112262550.960.1100187.1310052.16
HexBE2FF60B00bb6434
Octal13342377140130027314464
Binary101111100010111111111100000101100101110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,226,255); }

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

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

 a { background-color: rgb(11,226,255); }

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

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

 span { border-color: rgb(11,226,255); }

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