Html Css Color HEX #0B9ABC Bondi Blue

📋 copy color: '#0B9ABC'

red 11 ◦ green 154 ◦ blue 188

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

Shades of Bondi Blue #0B9ABC

Tints of Bondi Blue #0B9ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 3.12%
G = 43.63%
B = 53.26%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B9ABC (or 0x0B9ABC) is known color: Bondi Blue. HEX triplet: 0B, 9A and BC. RGB value is (11,154,188). Sum of RGB (Red+Green+Blue) = 11+154+188=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B9ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9ABC is #F46543. Grayscale: #727272. Windows color (decimal): -16016708 or 12360203. OLE color: 12360203.

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

Color convert

RGB 11 154 188 -
CMYK 0.94 0.18 0 0.26
HSL 191.53º 0.89% 0.39% -
HSV(B) 191.53º 0.94% 0.74% -
XYZ 20.77 26.81 51.66 -
YUV 115.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 11 154 188 0.94 0.18 0 0.26 191.53 0.89 0.39
Hex B 9A BC 5E 12 0 1A C0 59 27
Octal 13 232 274 136 22 0 32 300 131 47
Binary 1011 10011010 10111100 1011110 10010 0 11010 11000000 1011001 100111

Color Harmonies of #0B9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9ABC

Black with #0B9ABC

Text Example


Text Example

White with #0B9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,154,188); }

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

background-color css

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

 a { background-color: rgb(11,154,188); }

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

border-color css

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

 span { border-color: rgb(11,154,188); }

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