#008DB2

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

Shades of Bondi Blue #008DB2

Tints of Bondi Blue #008DB2

Color information

#008DB2 (or 0x008DB2) is unknown color: approx Bondi Blue. HEX triplet: 00, 8D and B2. RGB value is (0,141,178). Sum of RGB (Red+Green+Blue) = 0+141+178=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #008DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DB2 is #FF724D. Grayscale: #666666. Windows color (decimal): -16740942 or 11701504. OLE color: 11701504.

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

Color convert

RGB0141178-
CMYK10.2100.30
HSL192.47º100%34.9%-
HSV(B)192.47º100%69.8%-
XYZ17.5622.2645.49-
YUV103.06170.2954.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 178 (69.92% from 255) = 55.80%
R=0%
G=44.20%
B=55.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal014117810.2100.30192.4710034.9
Hex08DB2641501Ec06423
Octal02152621442503630014443
Binary01000110110110010110010010101011110110000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,141,178); }

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

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

 a { background-color: rgb(0,141,178); }

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

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

 span { border-color: rgb(0,141,178); }

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