#008EBD

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

Shades of Bondi Blue #008EBD

Tints of Bondi Blue #008EBD

Color information

#008EBD (or 0x008EBD) is unknown color: approx Bondi Blue. HEX triplet: 00, 8E and BD. RGB value is (0,142,189). Sum of RGB (Red+Green+Blue) = 0+142+189=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #008EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EBD is #FF7142. Grayscale: #686868. Windows color (decimal): -16740675 or 12422656. OLE color: 12422656.

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

Color convert

RGB0142189-
CMYK10.2500.26
HSL194.92º100%37.06%-
HSV(B)194.92º100%74.12%-
XYZ18.8623.0251.59-
YUV104.9175.4653.18-

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) = 42.90%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=0%
G=42.90%
B=57.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal014218910.2500.26194.9210037.06
Hex08EBD641901Ac36425
Octal02162751443103230314445
Binary01000111010111101110010011001011010110000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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