#0B84BE

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

Shades of Bondi Blue #0B84BE

Tints of Bondi Blue #0B84BE

Color information

#0B84BE (or 0x0B84BE) is unknown color: approx Bondi Blue. HEX triplet: 0B, 84 and BE. RGB value is (11,132,190). Sum of RGB (Red+Green+Blue) = 11+132+190=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B84BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B84BE is #F47B41. Grayscale: #666666. Windows color (decimal): -16022338 or 12485643. OLE color: 12485643.

HSL color Cylindrical-coordinate representation of color #0B84BE: hue angle of 199.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B84BE is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11132190-
CMYK0.940.3100.25
HSL199.44º89.05%39.41%-
HSV(B)199.44º94.21%74.51%-
XYZ17.6820.2951.7-
YUV102.43177.4162.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=3.30%
G=39.64%
B=57.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111321900.940.3100.25199.4489.0539.41
HexB84BE5E1F019c75927
Octal132042761363703130713147
Binary10111000010010111110101111011111011001110001111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,132,190); }

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

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

 a { background-color: rgb(11,132,190); }

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

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

 span { border-color: rgb(11,132,190); }

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