#078EBC

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

Shades of Bondi Blue #078EBC

Tints of Bondi Blue #078EBC

Color information

#078EBC (or 0x078EBC) is unknown color: approx Bondi Blue. HEX triplet: 07, 8E and BC. RGB value is (7,142,188). Sum of RGB (Red+Green+Blue) = 7+142+188=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 142 (55.86% from 255 or 42.14% 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 #078EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078EBC is #F87143. Grayscale: #6A6A6A. Windows color (decimal): -16281924 or 12357127. OLE color: 12357127.

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

Color convert

RGB7142188-
CMYK0.960.2400.26
HSL195.25º92.82%38.24%-
HSV(B)195.25º96.28%73.73%-
XYZ18.8423.0251.03-
YUV106.88173.7756.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.08%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=2.08%
G=42.14%
B=55.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71421880.960.2400.26195.2592.8238.24
Hex78EBC601801Ac35d26
Octal72162741403003230313546
Binary1111000111010111100110000011000011010110000111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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