Html Css Color HEX #078BAE Bondi Blue

📋 copy color: '#078BAE'

red 7 ◦ green 139 ◦ blue 174

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

Shades of Bondi Blue #078BAE

Tints of Bondi Blue #078BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 2.19%
G = 43.44%
B = 54.38%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#078BAE (or 0x078BAE) is known color: Bondi Blue. HEX triplet: 07, 8B and AE. RGB value is (7,139,174). Sum of RGB (Red+Green+Blue) = 7+139+174=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #078BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078BAE is #F87451. Grayscale: #676767. Windows color (decimal): -16282706 or 11438855. OLE color: 11438855.

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

Color convert

RGB 7 139 174 -
CMYK 0.96 0.20 0 0.32
HSL 192.57º 0.92% 0.35% -
HSV(B) 192.57º 0.96% 0.68% -
XYZ 16.96 21.57 43.31 -
YUV 103.52 167.77 59.15 -
System Red Green Blue C M Y K H S L
Decimal 7 139 174 0.96 0.20 0 0.32 192.57 0.92 0.35
Hex 7 8B AE 60 14 0 20 C1 5C 23
Octal 7 213 256 140 24 0 40 301 134 43
Binary 111 10001011 10101110 1100000 10100 0 100000 11000001 1011100 100011

Color Harmonies of #078BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BAE

Black with #078BAE

Text Example


Text Example

White with #078BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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