#078DAE

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

Shades of Bondi Blue #078DAE

Tints of Bondi Blue #078DAE

Color information

#078DAE (or 0x078DAE) is unknown color: approx Bondi Blue. HEX triplet: 07, 8D and AE. RGB value is (7,141,174). Sum of RGB (Red+Green+Blue) = 7+141+174=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #078DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DAE is #F87251. Grayscale: #686868. Windows color (decimal): -16282194 or 11439367. OLE color: 11439367.

HSL color Cylindrical-coordinate representation of color #078DAE: hue angle of 191.86º 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 #078DAE is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7141174-
CMYK0.960.1900.32
HSL191.86º92.27%35.49%-
HSV(B)191.86º95.98%68.24%-
XYZ17.2522.1543.41-
YUV104.7167.1158.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.17%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=2.17%
G=43.79%
B=54.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71411740.960.1900.32191.8692.2735.49
Hex78DAE6013020c05c23
Octal72152561402304030013443
Binary11110001101101011101100000100110100000110000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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