Html Css Color HEX #079CAA Bondi Blue

📋 copy color: '#079CAA'

red 7 ◦ green 156 ◦ blue 170

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

Shades of Bondi Blue #079CAA

Tints of Bondi Blue #079CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.85%

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 2.1%
G = 46.85%
B = 51.05%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#079CAA (or 0x079CAA) is known color: Bondi Blue. HEX triplet: 07, 9C and AA. RGB value is (7,156,170). Sum of RGB (Red+Green+Blue) = 7+156+170=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #079CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CAA is #F86355. Grayscale: #707070. Windows color (decimal): -16278358 or 11181063. OLE color: 11181063.

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

Color convert

RGB 7 156 170 -
CMYK 0.96 0.08 0 0.33
HSL 185.15º 0.92% 0.35% -
HSV(B) 185.15º 0.96% 0.67% -
XYZ 19.23 26.72 42.17 -
YUV 113.05 160.14 52.36 -
System Red Green Blue C M Y K H S L
Decimal 7 156 170 0.96 0.08 0 0.33 185.15 0.92 0.35
Hex 7 9C AA 60 8 0 21 B9 5C 23
Octal 7 234 252 140 10 0 41 271 134 43
Binary 111 10011100 10101010 1100000 1000 0 100001 10111001 1011100 100011

Color Harmonies of #079CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079CAA

Black with #079CAA

Text Example


Text Example

White with #079CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079CAA; }

 p { color: rgb(7,156,170); }

 H1.HeaderClassName
 {
   color: #079CAA;
 }
 .AnyTagClassName
 {
   color: #079CAA;
 }
</style>

background-color css

<style>
 a { background-color: #079CAA; }

 a { background-color: rgb(7,156,170); }

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

border-color css

<style>
 span { border-color: #079CAA; }

 span { border-color: rgb(7,156,170); }

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