Html Css Color HEX #0B89B9 Bondi Blue

📋 copy color: '#0B89B9'

red 11 ◦ green 137 ◦ blue 185

#0B89B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0B89B9

Tints of Bondi Blue #0B89B9

RGB

 RED value IS 11 (4.69% from 255) = 3.3%

 GREEN value IS 137 (53.91% from 255) = 41.14%

 BLUE value IS 185 (72.66% from 255) = 55.56%

R = 3.3%
G = 41.14%
B = 55.56%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B89B9 (or 0x0B89B9) is known color: Bondi Blue. HEX triplet: 0B, 89 and B9. RGB value is (11,137,185). Sum of RGB (Red+Green+Blue) = 11+137+185=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #0B89B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B89B9 is #F47646. Grayscale: #686868. Windows color (decimal): -16021063 or 12159243. OLE color: 12159243.

HSL color Cylindrical-coordinate representation of color #0B89B9: hue angle of 196.55º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B89B9 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 137 185 -
CMYK 0.94 0.26 0 0.27
HSL 196.55º 0.89% 0.38% -
HSV(B) 196.55º 0.94% 0.73% -
XYZ 17.84 21.47 49.1 -
YUV 104.8 173.26 61.1 -
System Red Green Blue C M Y K H S L
Decimal 11 137 185 0.94 0.26 0 0.27 196.55 0.89 0.38
Hex B 89 B9 5E 1A 0 1B C5 59 26
Octal 13 211 271 136 32 0 33 305 131 46
Binary 1011 10001001 10111001 1011110 11010 0 11011 11000101 1011001 100110

Color Harmonies of #0B89B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B89B9

Black with #0B89B9

Text Example


Text Example

White with #0B89B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,137,185); }

 H1.HeaderClassName
 {
   color: #0B89B9;
 }
 .AnyTagClassName
 {
   color: #0B89B9;
 }
</style>

background-color css

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

 a { background-color: rgb(11,137,185); }

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

border-color css

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

 span { border-color: rgb(11,137,185); }

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