Html Css Color HEX #078EAE Bondi Blue

📋 copy color: '#078EAE'

red 7 ◦ green 142 ◦ blue 174

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

Shades of Bondi Blue #078EAE

Tints of Bondi Blue #078EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.96%

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

R = 2.17%
G = 43.96%
B = 53.87%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#078EAE (or 0x078EAE) is known color: Bondi Blue. HEX triplet: 07, 8E and AE. RGB value is (7,142,174). Sum of RGB (Red+Green+Blue) = 7+142+174=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #078EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078EAE is #F87151. Grayscale: #696969. Windows color (decimal): -16281938 or 11439623. OLE color: 11439623.

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

Color convert

RGB 7 142 174 -
CMYK 0.96 0.18 0 0.32
HSL 191.5º 0.92% 0.35% -
HSV(B) 191.5º 0.96% 0.68% -
XYZ 17.4 22.45 43.46 -
YUV 105.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 7 142 174 0.96 0.18 0 0.32 191.5 0.92 0.35
Hex 7 8E AE 60 12 0 20 BF 5C 23
Octal 7 216 256 140 22 0 40 277 134 43
Binary 111 10001110 10101110 1100000 10010 0 100000 10111111 1011100 100011

Color Harmonies of #078EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078EAE

Black with #078EAE

Text Example


Text Example

White with #078EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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