Html Css Color HEX #078CAC Bondi Blue

📋 copy color: '#078CAC'

red 7 ◦ green 140 ◦ blue 172

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

Shades of Bondi Blue #078CAC

Tints of Bondi Blue #078CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.89%

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 2.19%
G = 43.89%
B = 53.92%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#078CAC (or 0x078CAC) is known color: Bondi Blue. HEX triplet: 07, 8C and AC. RGB value is (7,140,172). Sum of RGB (Red+Green+Blue) = 7+140+172=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #078CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078CAC is #F87353. Grayscale: #676767. Windows color (decimal): -16282452 or 11308039. OLE color: 11308039.

HSL color Cylindrical-coordinate representation of color #078CAC: hue angle of 191.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078CAC is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 140 172 -
CMYK 0.96 0.19 0 0.33
HSL 191.64º 0.92% 0.35% -
HSV(B) 191.64º 0.96% 0.67% -
XYZ 16.91 21.78 42.34 -
YUV 103.88 166.44 58.9 -
System Red Green Blue C M Y K H S L
Decimal 7 140 172 0.96 0.19 0 0.33 191.64 0.92 0.35
Hex 7 8C AC 60 13 0 21 C0 5C 23
Octal 7 214 254 140 23 0 41 300 134 43
Binary 111 10001100 10101100 1100000 10011 0 100001 11000000 1011100 100011

Color Harmonies of #078CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CAC

Black with #078CAC

Text Example


Text Example

White with #078CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,140,172); }

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

background-color css

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

 a { background-color: rgb(7,140,172); }

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

border-color css

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

 span { border-color: rgb(7,140,172); }

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