#008EB9

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

Shades of Bondi Blue #008EB9

Tints of Bondi Blue #008EB9

Color information

#008EB9 (or 0x008EB9) is unknown color: approx Bondi Blue. HEX triplet: 00, 8E and B9. RGB value is (0,142,185). Sum of RGB (Red+Green+Blue) = 0+142+185=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #008EB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EB9 is #FF7146. Grayscale: #686868. Windows color (decimal): -16740679 or 12160512. OLE color: 12160512.

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

Color convert

RGB0142185-
CMYK10.2300.27
HSL193.95º100%36.27%-
HSV(B)193.95º100%72.55%-
XYZ18.4322.8549.34-
YUV104.44173.4653.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 185 (72.66% from 255) = 56.57%
R=0%
G=43.43%
B=56.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal014218510.2300.27193.9510036.27
Hex08EB9641701Bc26424
Octal02162711442703330214444
Binary01000111010111001110010010111011011110000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,142,185); }

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

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

 a { background-color: rgb(0,142,185); }

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

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

 span { border-color: rgb(0,142,185); }

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