Html Css Color HEX #0B8BAE Bondi Blue

📋 copy color: '#0B8BAE'

red 11 ◦ green 139 ◦ blue 174

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

Shades of Bondi Blue #0B8BAE

Tints of Bondi Blue #0B8BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 3.4%
G = 42.9%
B = 53.7%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B8BAE (or 0x0B8BAE) is known color: Bondi Blue. HEX triplet: 0B, 8B and AE. RGB value is (11,139,174). Sum of RGB (Red+Green+Blue) = 11+139+174=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B8BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8BAE is #F47451. Grayscale: #686868. Windows color (decimal): -16020562 or 11438859. OLE color: 11438859.

HSL color Cylindrical-coordinate representation of color #0B8BAE: hue angle of 192.88º 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 #0B8BAE is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 139 174 -
CMYK 0.94 0.20 0 0.32
HSL 192.88º 0.88% 0.36% -
HSV(B) 192.88º 0.94% 0.68% -
XYZ 17.01 21.59 43.32 -
YUV 104.72 167.09 61.15 -
System Red Green Blue C M Y K H S L
Decimal 11 139 174 0.94 0.20 0 0.32 192.88 0.88 0.36
Hex B 8B AE 5E 14 0 20 C1 58 24
Octal 13 213 256 136 24 0 40 301 130 44
Binary 1011 10001011 10101110 1011110 10100 0 100000 11000001 1011000 100100

Color Harmonies of #0B8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8BAE

Black with #0B8BAE

Text Example


Text Example

White with #0B8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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