#008BB1

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

Shades of Bondi Blue #008BB1

Tints of Bondi Blue #008BB1

Color information

#008BB1 (or 0x008BB1) is unknown color: approx Bondi Blue. HEX triplet: 00, 8B and B1. RGB value is (0,139,177). Sum of RGB (Red+Green+Blue) = 0+139+177=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #008BB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BB1 is #FF744E. Grayscale: #656565. Windows color (decimal): -16741455 or 11635456. OLE color: 11635456.

HSL color Cylindrical-coordinate representation of color #008BB1: hue angle of 192.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BB1 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0139177-
CMYK10.2100.31
HSL192.88º100%34.71%-
HSV(B)192.88º100%69.41%-
XYZ17.1721.6444.87-
YUV101.77170.4555.41-

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) = 43.99%
BLUE value IS 177 (69.53% from 255) = 56.01%
R=0%
G=43.99%
B=56.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal013917710.2100.31192.8810034.71
Hex08BB1641501Fc16423
Octal02132611442503730114443
Binary01000101110110001110010010101011111110000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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