Html Css Color HEX #0B9FAC Bondi Blue

📋 copy color: '#0B9FAC'

red 11 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #0B9FAC

Tints of Bondi Blue #0B9FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.49%

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 3.22%
G = 46.49%
B = 50.29%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B9FAC (or 0x0B9FAC) is known color: Bondi Blue. HEX triplet: 0B, 9F and AC. RGB value is (11,159,172). Sum of RGB (Red+Green+Blue) = 11+159+172=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B9FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9FAC is #F46053. Grayscale: #747474. Windows color (decimal): -16015444 or 11312907. OLE color: 11312907.

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

Color convert

RGB 11 159 172 -
CMYK 0.94 0.08 0 0.33
HSL 184.84º 0.88% 0.36% -
HSV(B) 184.84º 0.94% 0.67% -
XYZ 19.98 27.85 43.35 -
YUV 116.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 11 159 172 0.94 0.08 0 0.33 184.84 0.88 0.36
Hex B 9F AC 5E 8 0 21 B9 58 24
Octal 13 237 254 136 10 0 41 271 130 44
Binary 1011 10011111 10101100 1011110 1000 0 100001 10111001 1011000 100100

Color Harmonies of #0B9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9FAC

Black with #0B9FAC

Text Example


Text Example

White with #0B9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,159,172); }

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

background-color css

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

 a { background-color: rgb(11,159,172); }

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

border-color css

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

 span { border-color: rgb(11,159,172); }

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