Html Css Color HEX #079CAF Bondi Blue

📋 copy color: '#079CAF'

red 7 ◦ green 156 ◦ blue 175

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

Shades of Bondi Blue #079CAF

Tints of Bondi Blue #079CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.78%

R = 2.07%
G = 46.15%
B = 51.78%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#079CAF (or 0x079CAF) is known color: Bondi Blue. HEX triplet: 07, 9C and AF. RGB value is (7,156,175). Sum of RGB (Red+Green+Blue) = 7+156+175=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #079CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079CAF is #F86350. Grayscale: #717171. Windows color (decimal): -16278353 or 11508743. OLE color: 11508743.

HSL color Cylindrical-coordinate representation of color #079CAF: hue angle of 186.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CAF is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 156 175 -
CMYK 0.96 0.11 0 0.31
HSL 186.79º 0.92% 0.36% -
HSV(B) 186.79º 0.96% 0.69% -
XYZ 19.71 26.92 44.71 -
YUV 113.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 7 156 175 0.96 0.11 0 0.31 186.79 0.92 0.36
Hex 7 9C AF 60 B 0 1F BB 5C 24
Octal 7 234 257 140 13 0 37 273 134 44
Binary 111 10011100 10101111 1100000 1011 0 11111 10111011 1011100 100100

Color Harmonies of #079CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079CAF

Black with #079CAF

Text Example


Text Example

White with #079CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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