#0B90BF

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

Shades of Bondi Blue #0B90BF

Tints of Bondi Blue #0B90BF

Color information

#0B90BF (or 0x0B90BF) is unknown color: approx Bondi Blue. HEX triplet: 0B, 90 and BF. RGB value is (11,144,191). Sum of RGB (Red+Green+Blue) = 11+144+191=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B90BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B90BF is #F46F40. Grayscale: #6D6D6D. Windows color (decimal): -16019265 or 12554251. OLE color: 12554251.

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

Color convert

RGB11144191-
CMYK0.940.2500.25
HSL195.67º89.11%39.61%-
HSV(B)195.67º94.24%74.9%-
XYZ19.5223.7852.85-
YUV109.59173.9457.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.18%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 191 (75% from 255) = 55.20%
R=3.18%
G=41.62%
B=55.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111441910.940.2500.25195.6789.1139.61
HexB90BF5E19019c45928
Octal132202771363103130413150
Binary10111001000010111111101111011001011001110001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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