#018EBC

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

Shades of Bondi Blue #018EBC

Tints of Bondi Blue #018EBC

Color information

#018EBC (or 0x018EBC) is unknown color: approx Bondi Blue. HEX triplet: 01, 8E and BC. RGB value is (1,142,188). Sum of RGB (Red+Green+Blue) = 1+142+188=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #018EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018EBC is #FE7143. Grayscale: #686868. Windows color (decimal): -16675140 or 12357121. OLE color: 12357121.

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

Color convert

RGB1142188-
CMYK0.990.2400.26
HSL194.76º98.94%37.06%-
HSV(B)194.76º99.47%73.73%-
XYZ18.7622.9851.02-
YUV105.08174.7953.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=0.30%
G=42.90%
B=56.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11421880.990.2400.26194.7698.9437.06
Hex18EBC631801Ac36325
Octal12162741433003230314345
Binary11000111010111100110001111000011010110000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018EBC; }

 p { color: rgb(1,142,188); }

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

<style>
 a { background-color: #018EBC; }

 a { background-color: rgb(1,142,188); }

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

<style>
 span { border-color: #018EBC; }

 span { border-color: rgb(1,142,188); }

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