#0B85BF

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

Shades of Bondi Blue #0B85BF

Tints of Bondi Blue #0B85BF

Color information

#0B85BF (or 0x0B85BF) is unknown color: approx Bondi Blue. HEX triplet: 0B, 85 and BF. RGB value is (11,133,191). Sum of RGB (Red+Green+Blue) = 11+133+191=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B85BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B85BF is #F47A40. Grayscale: #666666. Windows color (decimal): -16022081 or 12551435. OLE color: 12551435.

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

Color convert

RGB11133191-
CMYK0.940.3000.25
HSL199.33º89.11%39.61%-
HSV(B)199.33º94.24%74.9%-
XYZ17.9320.6152.32-
YUV103.13177.5862.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.28%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 191 (75% from 255) = 57.01%
R=3.28%
G=39.70%
B=57.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111331910.940.3000.25199.3389.1139.61
HexB85BF5E1E019c75928
Octal132052771363603130713150
Binary10111000010110111111101111011110011001110001111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,133,191); }

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

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

 a { background-color: rgb(11,133,191); }

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

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

 span { border-color: rgb(11,133,191); }

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