Html Css Color HEX #0B8BBE Bondi Blue

📋 copy color: '#0B8BBE'

red 11 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #0B8BBE

Tints of Bondi Blue #0B8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.88%

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 3.24%
G = 40.88%
B = 55.88%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B8BBE (or 0x0B8BBE) is known color: Bondi Blue. HEX triplet: 0B, 8B and BE. RGB value is (11,139,190). Sum of RGB (Red+Green+Blue) = 11+139+190=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B8BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8BBE is #F47441. Grayscale: #6A6A6A. Windows color (decimal): -16020546 or 12487435. OLE color: 12487435.

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

Color convert

RGB 11 139 190 -
CMYK 0.94 0.27 0 0.25
HSL 197.1º 0.89% 0.39% -
HSV(B) 197.1º 0.94% 0.75% -
XYZ 18.66 22.25 52.03 -
YUV 106.54 175.09 59.85 -
System Red Green Blue C M Y K H S L
Decimal 11 139 190 0.94 0.27 0 0.25 197.1 0.89 0.39
Hex B 8B BE 5E 1B 0 19 C5 59 27
Octal 13 213 276 136 33 0 31 305 131 47
Binary 1011 10001011 10111110 1011110 11011 0 11001 11000101 1011001 100111

Color Harmonies of #0B8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8BBE

Black with #0B8BBE

Text Example


Text Example

White with #0B8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,139,190); }

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

background-color css

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

 a { background-color: rgb(11,139,190); }

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

border-color css

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

 span { border-color: rgb(11,139,190); }

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