Html Css Color HEX #0B8DBF Bondi Blue

📋 copy color: '#0B8DBF'

red 11 ◦ green 141 ◦ blue 191

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

Shades of Bondi Blue #0B8DBF

Tints of Bondi Blue #0B8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

 BLUE value IS 191 (75% from 255) = 55.69%

R = 3.21%
G = 41.11%
B = 55.69%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B8DBF (or 0x0B8DBF) is known color: Bondi Blue. HEX triplet: 0B, 8D and BF. RGB value is (11,141,191). Sum of RGB (Red+Green+Blue) = 11+141+191=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B8DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8DBF is #F47240. Grayscale: #6B6B6B. Windows color (decimal): -16020033 or 12553483. OLE color: 12553483.

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

Color convert

RGB 11 141 191 -
CMYK 0.94 0.26 0 0.25
HSL 196.67º 0.89% 0.4% -
HSV(B) 196.67º 0.94% 0.75% -
XYZ 19.07 22.88 52.7 -
YUV 107.83 174.93 58.93 -
System Red Green Blue C M Y K H S L
Decimal 11 141 191 0.94 0.26 0 0.25 196.67 0.89 0.4
Hex B 8D BF 5E 1A 0 19 C5 59 28
Octal 13 215 277 136 32 0 31 305 131 50
Binary 1011 10001101 10111111 1011110 11010 0 11001 11000101 1011001 101000

Color Harmonies of #0B8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8DBF

Black with #0B8DBF

Text Example


Text Example

White with #0B8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,141,191); }

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

background-color css

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

 a { background-color: rgb(11,141,191); }

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

border-color css

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

 span { border-color: rgb(11,141,191); }

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