Html Css Color HEX #0B9BBA Bondi Blue

📋 copy color: '#0B9BBA'

red 11 ◦ green 155 ◦ blue 186

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

Shades of Bondi Blue #0B9BBA

Tints of Bondi Blue #0B9BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 3.13%
G = 44.03%
B = 52.84%

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

#0B9BBA (or 0x0B9BBA) is known color: Bondi Blue. HEX triplet: 0B, 9B and BA. RGB value is (11,155,186). Sum of RGB (Red+Green+Blue) = 11+155+186=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B9BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9BBA is #F46445. Grayscale: #737373. Windows color (decimal): -16016454 or 12229387. OLE color: 12229387.

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

Color convert

RGB 11 155 186 -
CMYK 0.94 0.17 0 0.27
HSL 190.63º 0.89% 0.39% -
HSV(B) 190.63º 0.94% 0.73% -
XYZ 20.72 27.06 50.59 -
YUV 115.48 167.79 53.48 -
System Red Green Blue C M Y K H S L
Decimal 11 155 186 0.94 0.17 0 0.27 190.63 0.89 0.39
Hex B 9B BA 5E 11 0 1B BF 59 27
Octal 13 233 272 136 21 0 33 277 131 47
Binary 1011 10011011 10111010 1011110 10001 0 11011 10111111 1011001 100111

Color Harmonies of #0B9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9BBA

Black with #0B9BBA

Text Example


Text Example

White with #0B9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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