#078FAE

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

Shades of Bondi Blue #078FAE

Tints of Bondi Blue #078FAE

Color information

#078FAE (or 0x078FAE) is unknown color: approx Bondi Blue. HEX triplet: 07, 8F and AE. RGB value is (7,143,174). Sum of RGB (Red+Green+Blue) = 7+143+174=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #078FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FAE is #F87051. Grayscale: #696969. Windows color (decimal): -16281682 or 11439879. OLE color: 11439879.

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

Color convert

RGB7143174-
CMYK0.960.1800.32
HSL191.14º92.27%35.49%-
HSV(B)191.14º95.98%68.24%-
XYZ17.5522.7543.51-
YUV105.87166.4457.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.16%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=2.16%
G=44.14%
B=53.70%

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
Decimal71431740.960.1800.32191.1492.2735.49
Hex78FAE6012020bf5c23
Octal72172561402204027713443
Binary11110001111101011101100000100100100000101111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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