#078EAE

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

Shades of Bondi Blue #078EAE

Tints of Bondi Blue #078EAE

Color information

#078EAE (or 0x078EAE) is unknown color: approx Bondi Blue. HEX triplet: 07, 8E and AE. RGB value is (7,142,174). Sum of RGB (Red+Green+Blue) = 7+142+174=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #078EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078EAE is #F87151. Grayscale: #696969. Windows color (decimal): -16281938 or 11439623. OLE color: 11439623.

HSL color Cylindrical-coordinate representation of color #078EAE: hue angle of 191.5º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078EAE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7142174-
CMYK0.960.1800.32
HSL191.5º92.27%35.49%-
HSV(B)191.5º95.98%68.24%-
XYZ17.422.4543.46-
YUV105.28166.7757.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.17%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=2.17%
G=43.96%
B=53.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71421740.960.1800.32191.592.2735.49
Hex78EAE6012020bf5c23
Octal72162561402204027713443
Binary11110001110101011101100000100100100000101111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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