#0E87BC

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

Shades of Bondi Blue #0E87BC

Tints of Bondi Blue #0E87BC

Color information

#0E87BC (or 0x0E87BC) is unknown color: approx Bondi Blue. HEX triplet: 0E, 87 and BC. RGB value is (14,135,188). Sum of RGB (Red+Green+Blue) = 14+135+188=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E87BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E87BC is #F17843. Grayscale: #686868. Windows color (decimal): -15824964 or 12355342. OLE color: 12355342.

HSL color Cylindrical-coordinate representation of color #0E87BC: hue angle of 198.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E87BC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14135188-
CMYK0.930.2800.26
HSL198.28º86.14%39.61%-
HSV(B)198.28º92.55%73.73%-
XYZ17.9221.0550.7-
YUV104.86174.9163.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.15%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=4.15%
G=40.06%
B=55.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141351880.930.2800.26198.2886.1439.61
HexE87BC5D1C01Ac65628
Octal162072741353403230612650
Binary11101000011110111100101110111100011010110001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E87BC; }

 p { color: rgb(14,135,188); }

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

<style>
 a { background-color: #0E87BC; }

 a { background-color: rgb(14,135,188); }

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

<style>
 span { border-color: #0E87BC; }

 span { border-color: rgb(14,135,188); }

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