#008CBF

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

Shades of Bondi Blue #008CBF

Tints of Bondi Blue #008CBF

Color information

#008CBF (or 0x008CBF) is unknown color: approx Bondi Blue. HEX triplet: 00, 8C and BF. RGB value is (0,140,191). Sum of RGB (Red+Green+Blue) = 0+140+191=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #008CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CBF is #FF7340. Grayscale: #676767. Windows color (decimal): -16741185 or 12553216. OLE color: 12553216.

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

Color convert

RGB0140191-
CMYK10.2700.25
HSL196.02º100%37.45%-
HSV(B)196.02º100%74.9%-
XYZ18.7822.5252.65-
YUV103.95177.1253.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 191 (75% from 255) = 57.70%
R=0%
G=42.30%
B=57.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal014019110.2700.25196.0210037.45
Hex08CBF641B019c46425
Octal02142771443303130414445
Binary01000110010111111110010011011011001110001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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