Html Css Color HEX #0B88B7 Bondi Blue

📋 copy color: '#0B88B7'

red 11 ◦ green 136 ◦ blue 183

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

Shades of Bondi Blue #0B88B7

Tints of Bondi Blue #0B88B7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

 BLUE value IS 183 (71.88% from 255) = 55.45%

R = 3.33%
G = 41.21%
B = 55.45%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0B88B7 (or 0x0B88B7) is known color: Bondi Blue. HEX triplet: 0B, 88 and B7. RGB value is (11,136,183). Sum of RGB (Red+Green+Blue) = 11+136+183=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #0B88B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B88B7 is #F47748. Grayscale: #676767. Windows color (decimal): -16021321 or 12027915. OLE color: 12027915.

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

Color convert

RGB 11 136 183 -
CMYK 0.94 0.26 0 0.28
HSL 196.4º 0.89% 0.38% -
HSV(B) 196.4º 0.94% 0.72% -
XYZ 17.49 21.1 47.95 -
YUV 103.98 172.59 61.68 -
System Red Green Blue C M Y K H S L
Decimal 11 136 183 0.94 0.26 0 0.28 196.4 0.89 0.38
Hex B 88 B7 5E 1A 0 1C C4 59 26
Octal 13 210 267 136 32 0 34 304 131 46
Binary 1011 10001000 10110111 1011110 11010 0 11100 11000100 1011001 100110

Color Harmonies of #0B88B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B88B7

Black with #0B88B7

Text Example


Text Example

White with #0B88B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,136,183); }

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

background-color css

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

 a { background-color: rgb(11,136,183); }

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

border-color css

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

 span { border-color: rgb(11,136,183); }

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