Html Css Color HEX #0B9DAD Bondi Blue

📋 copy color: '#0B9DAD'

red 11 ◦ green 157 ◦ blue 173

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

Shades of Bondi Blue #0B9DAD

Tints of Bondi Blue #0B9DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.04%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 3.23%
G = 46.04%
B = 50.73%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B9DAD (or 0x0B9DAD) is known color: Bondi Blue. HEX triplet: 0B, 9D and AD. RGB value is (11,157,173). Sum of RGB (Red+Green+Blue) = 11+157+173=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B9DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9DAD is #F46252. Grayscale: #727272. Windows color (decimal): -16015955 or 11377931. OLE color: 11377931.

HSL color Cylindrical-coordinate representation of color #0B9DAD: hue angle of 185.93º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9DAD is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 157 173 -
CMYK 0.94 0.09 0 0.32
HSL 185.93º 0.88% 0.36% -
HSV(B) 185.93º 0.94% 0.68% -
XYZ 19.74 27.2 43.75 -
YUV 115.17 160.63 53.7 -
System Red Green Blue C M Y K H S L
Decimal 11 157 173 0.94 0.09 0 0.32 185.93 0.88 0.36
Hex B 9D AD 5E 9 0 20 BA 58 24
Octal 13 235 255 136 11 0 40 272 130 44
Binary 1011 10011101 10101101 1011110 1001 0 100000 10111010 1011000 100100

Color Harmonies of #0B9DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9DAD

Black with #0B9DAD

Text Example


Text Example

White with #0B9DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,157,173); }

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

background-color css

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

 a { background-color: rgb(11,157,173); }

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

border-color css

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

 span { border-color: rgb(11,157,173); }

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