#008EBF

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

Shades of Bondi Blue #008EBF

Tints of Bondi Blue #008EBF

Color information

#008EBF (or 0x008EBF) is unknown color: approx Bondi Blue. HEX triplet: 00, 8E and BF. RGB value is (0,142,191). Sum of RGB (Red+Green+Blue) = 0+142+191=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #008EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EBF is #FF7140. Grayscale: #686868. Windows color (decimal): -16740673 or 12553728. OLE color: 12553728.

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

Color convert

RGB0142191-
CMYK10.2600.25
HSL195.39º100%37.45%-
HSV(B)195.39º100%74.9%-
XYZ19.0823.1152.74-
YUV105.13176.4653.02-

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.64%
BLUE value IS 191 (75% from 255) = 57.36%
R=0%
G=42.64%
B=57.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal014219110.2600.25195.3910037.45
Hex08EBF641A019c36425
Octal02162771443203130314445
Binary01000111010111111110010011010011001110000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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