#008FBF

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

Shades of Bondi Blue #008FBF

Tints of Bondi Blue #008FBF

Color information

#008FBF (or 0x008FBF) is unknown color: approx Bondi Blue. HEX triplet: 00, 8F and BF. RGB value is (0,143,191). Sum of RGB (Red+Green+Blue) = 0+143+191=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #008FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FBF is #FF7040. Grayscale: #696969. Windows color (decimal): -16740417 or 12553984. OLE color: 12553984.

HSL color Cylindrical-coordinate representation of color #008FBF: hue angle of 195.08º 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 #008FBF is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0143191-
CMYK10.2500.25
HSL195.08º100%37.45%-
HSV(B)195.08º100%74.9%-
XYZ19.2323.4152.79-
YUV105.71176.1252.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 191 (75% from 255) = 57.19%
R=0%
G=42.81%
B=57.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal014319110.2500.25195.0810037.45
Hex08FBF6419019c36425
Octal02172771443103130314445
Binary01000111110111111110010011001011001110000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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