Html Css Color HEX #078BB2 Bondi Blue

📋 copy color: '#078BB2'

red 7 ◦ green 139 ◦ blue 178

#078BB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #078BB2

Tints of Bondi Blue #078BB2

RGB

 RED value IS 7 (3.13% from 255) = 2.16%

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 178 (69.92% from 255) = 54.94%

R = 2.16%
G = 42.9%
B = 54.94%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#078BB2 (or 0x078BB2) is known color: Bondi Blue. HEX triplet: 07, 8B and B2. RGB value is (7,139,178). Sum of RGB (Red+Green+Blue) = 7+139+178=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #078BB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078BB2 is #F8744D. Grayscale: #676767. Windows color (decimal): -16282702 or 11700999. OLE color: 11700999.

HSL color Cylindrical-coordinate representation of color #078BB2: hue angle of 193.68º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078BB2 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 139 178 -
CMYK 0.96 0.22 0 0.30
HSL 193.68º 0.92% 0.36% -
HSV(B) 193.68º 0.96% 0.7% -
XYZ 17.36 21.72 45.4 -
YUV 103.98 169.77 58.83 -
System Red Green Blue C M Y K H S L
Decimal 7 139 178 0.96 0.22 0 0.30 193.68 0.92 0.36
Hex 7 8B B2 60 16 0 1E C2 5C 24
Octal 7 213 262 140 26 0 36 302 134 44
Binary 111 10001011 10110010 1100000 10110 0 11110 11000010 1011100 100100

Color Harmonies of #078BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BB2

Black with #078BB2

Text Example


Text Example

White with #078BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,139,178); }

 H1.HeaderClassName
 {
   color: #078BB2;
 }
 .AnyTagClassName
 {
   color: #078BB2;
 }
</style>

background-color css

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

 a { background-color: rgb(7,139,178); }

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

border-color css

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

 span { border-color: rgb(7,139,178); }

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