#008BBF

Color #008BBF Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #008BBF

Tints of Bondi Blue #008BBF

Color information

#008BBF (or 0x008BBF) is unknown color: approx Bondi Blue. HEX triplet: 00, 8B and BF. RGB value is (0,139,191). Sum of RGB (Red+Green+Blue) = 0+139+191=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #008BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BBF is #FF7440. Grayscale: #676767. Windows color (decimal): -16741441 or 12552960. OLE color: 12552960.

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

Color convert

RGB0139191-
CMYK10.2700.25
HSL196.34º100%37.45%-
HSV(B)196.34º100%74.9%-
XYZ18.6422.2352.6-
YUV103.37177.4554.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 191 (75% from 255) = 57.88%
R=0%
G=42.12%
B=57.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal013919110.2700.25196.3410037.45
Hex08BBF641B019c46425
Octal02132771443303130414445
Binary01000101110111111110010011011011001110001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008BBF; }

 p { color: rgb(0,139,191); }

 H1.HeaderClassName
 {
   color: #008BBF;
 }
 .AnyTagClassName
 {
   color: #008BBF;
 }
</style>
background-color css

<style>
 a { background-color: #008BBF; }

 a { background-color: rgb(0,139,191); }

 div.DivClassName
 {
   background-color: #008BBF;
 }
 .BgClassName
 {
   background-color: #008BBF;
 }
</style>
border-color css

<style>
 span { border-color: #008BBF; }

 span { border-color: rgb(0,139,191); }

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