#0B88BE

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

Shades of Bondi Blue #0B88BE

Tints of Bondi Blue #0B88BE

Color information

#0B88BE (or 0x0B88BE) is unknown color: approx Bondi Blue. HEX triplet: 0B, 88 and BE. RGB value is (11,136,190). Sum of RGB (Red+Green+Blue) = 11+136+190=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B88BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B88BE is #F47741. Grayscale: #686868. Windows color (decimal): -16021314 or 12486667. OLE color: 12486667.

HSL color Cylindrical-coordinate representation of color #0B88BE: hue angle of 198.1º 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 #0B88BE is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11136190-
CMYK0.940.2800.25
HSL198.1º89.05%39.41%-
HSV(B)198.1º94.21%74.51%-
XYZ18.2421.451.88-
YUV104.78176.0961.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.26%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=3.26%
G=40.36%
B=56.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111361900.940.2800.25198.189.0539.41
HexB88BE5E1C019c65927
Octal132102761363403130613147
Binary10111000100010111110101111011100011001110001101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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