#078DC2

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

Shades of Bondi Blue #078DC2

Tints of Bondi Blue #078DC2

Color information

#078DC2 (or 0x078DC2) is unknown color: approx Bondi Blue. HEX triplet: 07, 8D and C2. RGB value is (7,141,194). Sum of RGB (Red+Green+Blue) = 7+141+194=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #078DC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DC2 is #F8723D. Grayscale: #6A6A6A. Windows color (decimal): -16282174 or 12750087. OLE color: 12750087.

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

Color convert

RGB7141194-
CMYK0.960.2700.24
HSL197.01º93.03%39.41%-
HSV(B)197.01º96.39%76.08%-
XYZ19.3522.9954.46-
YUV106.98177.1156.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.05%
GREEN value IS 141 (55.47% from 255) = 41.23%
BLUE value IS 194 (76.17% from 255) = 56.73%
R=2.05%
G=41.23%
B=56.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71411940.960.2700.24197.0193.0339.41
Hex78DC2601B018c55d27
Octal72153021403303030513547
Binary1111000110111000010110000011011011000110001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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