Html Css Color HEX #078DAD Bondi Blue

📋 copy color: '#078DAD'

red 7 ◦ green 141 ◦ blue 173

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

Shades of Bondi Blue #078DAD

Tints of Bondi Blue #078DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 2.18%
G = 43.93%
B = 53.89%

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

#078DAD (or 0x078DAD) is known color: Bondi Blue. HEX triplet: 07, 8D and AD. RGB value is (7,141,173). Sum of RGB (Red+Green+Blue) = 7+141+173=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #078DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DAD is #F87252. Grayscale: #686868. Windows color (decimal): -16282195 or 11373831. OLE color: 11373831.

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

Color convert

RGB 7 141 173 -
CMYK 0.96 0.18 0 0.32
HSL 191.57º 0.92% 0.35% -
HSV(B) 191.57º 0.96% 0.68% -
XYZ 17.16 22.11 42.9 -
YUV 104.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 7 141 173 0.96 0.18 0 0.32 191.57 0.92 0.35
Hex 7 8D AD 60 12 0 20 C0 5C 23
Octal 7 215 255 140 22 0 40 300 134 43
Binary 111 10001101 10101101 1100000 10010 0 100000 11000000 1011100 100011

Color Harmonies of #078DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DAD

Black with #078DAD

Text Example


Text Example

White with #078DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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