Html Css Color HEX #078DAC Bondi Blue

📋 copy color: '#078DAC'

red 7 ◦ green 141 ◦ blue 172

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

Shades of Bondi Blue #078DAC

Tints of Bondi Blue #078DAC

RGB

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

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

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

R = 2.19%
G = 44.06%
B = 53.75%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#078DAC (or 0x078DAC) is known color: Bondi Blue. HEX triplet: 07, 8D and AC. RGB value is (7,141,172). Sum of RGB (Red+Green+Blue) = 7+141+172=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #078DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DAC is #F87253. Grayscale: #686868. Windows color (decimal): -16282196 or 11308295. OLE color: 11308295.

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

Color convert

RGB 7 141 172 -
CMYK 0.96 0.18 0 0.33
HSL 191.27º 0.92% 0.35% -
HSV(B) 191.27º 0.96% 0.67% -
XYZ 17.06 22.07 42.39 -
YUV 104.47 166.11 58.48 -
System Red Green Blue C M Y K H S L
Decimal 7 141 172 0.96 0.18 0 0.33 191.27 0.92 0.35
Hex 7 8D AC 60 12 0 21 BF 5C 23
Octal 7 215 254 140 22 0 41 277 134 43
Binary 111 10001101 10101100 1100000 10010 0 100001 10111111 1011100 100011

Color Harmonies of #078DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DAC

Black with #078DAC

Text Example


Text Example

White with #078DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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