#008DB6

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

Shades of Bondi Blue #008DB6

Tints of Bondi Blue #008DB6

Color information

#008DB6 (or 0x008DB6) is unknown color: approx Bondi Blue. HEX triplet: 00, 8D and B6. RGB value is (0,141,182). Sum of RGB (Red+Green+Blue) = 0+141+182=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #008DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DB6 is #FF7249. Grayscale: #676767. Windows color (decimal): -16740938 or 11963648. OLE color: 11963648.

HSL color Cylindrical-coordinate representation of color #008DB6: hue angle of 193.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DB6 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0141182-
CMYK10.2300.29
HSL193.52º100%35.69%-
HSV(B)193.52º100%71.37%-
XYZ17.9722.4347.64-
YUV103.52172.2954.17-

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) = 43.65%
BLUE value IS 182 (71.48% from 255) = 56.35%
R=0%
G=43.65%
B=56.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal014118210.2300.29193.5210035.69
Hex08DB6641701Dc26424
Octal02152661442703530214444
Binary01000110110110110110010010111011101110000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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