Html Css Color HEX #0B9BBB Bondi Blue

📋 copy color: '#0B9BBB'

red 11 ◦ green 155 ◦ blue 187

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

Shades of Bondi Blue #0B9BBB

Tints of Bondi Blue #0B9BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.91%

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 3.12%
G = 43.91%
B = 52.97%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B9BBB (or 0x0B9BBB) is known color: Bondi Blue. HEX triplet: 0B, 9B and BB. RGB value is (11,155,187). Sum of RGB (Red+Green+Blue) = 11+155+187=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B9BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9BBB is #F46444. Grayscale: #737373. Windows color (decimal): -16016453 or 12294923. OLE color: 12294923.

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

Color convert

RGB 11 155 187 -
CMYK 0.94 0.17 0 0.27
HSL 190.91º 0.89% 0.39% -
HSV(B) 190.91º 0.94% 0.73% -
XYZ 20.83 27.1 51.15 -
YUV 115.59 168.29 53.4 -
System Red Green Blue C M Y K H S L
Decimal 11 155 187 0.94 0.17 0 0.27 190.91 0.89 0.39
Hex B 9B BB 5E 11 0 1B BF 59 27
Octal 13 233 273 136 21 0 33 277 131 47
Binary 1011 10011011 10111011 1011110 10001 0 11011 10111111 1011001 100111

Color Harmonies of #0B9BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9BBB

Black with #0B9BBB

Text Example


Text Example

White with #0B9BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,155,187); }

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

background-color css

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

 a { background-color: rgb(11,155,187); }

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

border-color css

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

 span { border-color: rgb(11,155,187); }

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