Html Css Color HEX #078DAE Bondi Blue

📋 copy color: '#078DAE'

red 7 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #078DAE

Tints of Bondi Blue #078DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.79%

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

R = 2.17%
G = 43.79%
B = 54.04%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#078DAE (or 0x078DAE) is known color: Bondi Blue. HEX triplet: 07, 8D and AE. RGB value is (7,141,174). Sum of RGB (Red+Green+Blue) = 7+141+174=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #078DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DAE is #F87251. Grayscale: #686868. Windows color (decimal): -16282194 or 11439367. OLE color: 11439367.

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

Color convert

RGB 7 141 174 -
CMYK 0.96 0.19 0 0.32
HSL 191.86º 0.92% 0.35% -
HSV(B) 191.86º 0.96% 0.68% -
XYZ 17.25 22.15 43.41 -
YUV 104.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 7 141 174 0.96 0.19 0 0.32 191.86 0.92 0.35
Hex 7 8D AE 60 13 0 20 C0 5C 23
Octal 7 215 256 140 23 0 40 300 134 43
Binary 111 10001101 10101110 1100000 10011 0 100000 11000000 1011100 100011

Color Harmonies of #078DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DAE

Black with #078DAE

Text Example


Text Example

White with #078DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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