#0B82BE

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

Shades of Bondi Blue #0B82BE

Tints of Bondi Blue #0B82BE

Color information

#0B82BE (or 0x0B82BE) is unknown color: approx Bondi Blue. HEX triplet: 0B, 82 and BE. RGB value is (11,130,190). Sum of RGB (Red+Green+Blue) = 11+130+190=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B82BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B82BE is #F47D41. Grayscale: #646464. Windows color (decimal): -16022850 or 12485131. OLE color: 12485131.

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

Color convert

RGB11130190-
CMYK0.940.3200.25
HSL200.11º89.05%39.41%-
HSV(B)200.11º94.21%74.51%-
XYZ17.4119.7551.61-
YUV101.26178.0863.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.32%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=3.32%
G=39.27%
B=57.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111301900.940.3200.25200.1189.0539.41
HexB82BE5E20019c85927
Octal132022761364003131013147
Binary101110000010101111101011110100000011001110010001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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