Html Css Color HEX #0B9FA5 Bondi Blue

📋 copy color: '#0B9FA5'

red 11 ◦ green 159 ◦ blue 165

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

Shades of Bondi Blue #0B9FA5

Tints of Bondi Blue #0B9FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 3.28%
G = 47.46%
B = 49.25%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0B9FA5 (or 0x0B9FA5) is known color: Bondi Blue. HEX triplet: 0B, 9F and A5. RGB value is (11,159,165). Sum of RGB (Red+Green+Blue) = 11+159+165=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B9FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9FA5 is #F4605A. Grayscale: #737373. Windows color (decimal): -16015451 or 10854155. OLE color: 10854155.

HSL color Cylindrical-coordinate representation of color #0B9FA5: hue angle of 182.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9FA5 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 159 165 -
CMYK 0.93 0.04 0 0.35
HSL 182.34º 0.88% 0.35% -
HSV(B) 182.34º 0.93% 0.65% -
XYZ 19.33 27.58 39.9 -
YUV 115.43 155.97 53.51 -
System Red Green Blue C M Y K H S L
Decimal 11 159 165 0.93 0.04 0 0.35 182.34 0.88 0.35
Hex B 9F A5 5D 4 0 23 B6 58 23
Octal 13 237 245 135 4 0 43 266 130 43
Binary 1011 10011111 10100101 1011101 100 0 100011 10110110 1011000 100011

Color Harmonies of #0B9FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9FA5

Black with #0B9FA5

Text Example


Text Example

White with #0B9FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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