Html Css Color HEX #078DAB Bondi Blue

📋 copy color: '#078DAB'

red 7 ◦ green 141 ◦ blue 171

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

Shades of Bondi Blue #078DAB

Tints of Bondi Blue #078DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 2.19%
G = 44.2%
B = 53.61%

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

#078DAB (or 0x078DAB) is known color: Bondi Blue. HEX triplet: 07, 8D and AB. RGB value is (7,141,171). Sum of RGB (Red+Green+Blue) = 7+141+171=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #078DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DAB is #F87254. Grayscale: #686868. Windows color (decimal): -16282197 or 11242759. OLE color: 11242759.

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

Color convert

RGB 7 141 171 -
CMYK 0.96 0.18 0 0.33
HSL 190.98º 0.92% 0.35% -
HSV(B) 190.98º 0.96% 0.67% -
XYZ 16.96 22.04 41.89 -
YUV 104.35 165.61 58.56 -
System Red Green Blue C M Y K H S L
Decimal 7 141 171 0.96 0.18 0 0.33 190.98 0.92 0.35
Hex 7 8D AB 60 12 0 21 BF 5C 23
Octal 7 215 253 140 22 0 41 277 134 43
Binary 111 10001101 10101011 1100000 10010 0 100001 10111111 1011100 100011

Color Harmonies of #078DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DAB

Black with #078DAB

Text Example


Text Example

White with #078DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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