Html Css Color HEX #079AB4 Bondi Blue

📋 copy color: '#079AB4'

red 7 ◦ green 154 ◦ blue 180

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

Shades of Bondi Blue #079AB4

Tints of Bondi Blue #079AB4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.16%

 BLUE value IS 180 (70.7% from 255) = 52.79%

R = 2.05%
G = 45.16%
B = 52.79%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#079AB4 (or 0x079AB4) is known color: Bondi Blue. HEX triplet: 07, 9A and B4. RGB value is (7,154,180). Sum of RGB (Red+Green+Blue) = 7+154+180=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #079AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079AB4 is #F8654B. Grayscale: #707070. Windows color (decimal): -16278860 or 11835911. OLE color: 11835911.

HSL color Cylindrical-coordinate representation of color #079AB4: hue angle of 189.02º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079AB4 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 154 180 -
CMYK 0.96 0.14 0 0.29
HSL 189.02º 0.93% 0.37% -
HSV(B) 189.02º 0.96% 0.71% -
XYZ 19.88 26.45 47.24 -
YUV 113.01 165.8 52.39 -
System Red Green Blue C M Y K H S L
Decimal 7 154 180 0.96 0.14 0 0.29 189.02 0.93 0.37
Hex 7 9A B4 60 E 0 1D BD 5D 25
Octal 7 232 264 140 16 0 35 275 135 45
Binary 111 10011010 10110100 1100000 1110 0 11101 10111101 1011101 100101

Color Harmonies of #079AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079AB4

Black with #079AB4

Text Example


Text Example

White with #079AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,154,180); }

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

background-color css

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

 a { background-color: rgb(7,154,180); }

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

border-color css

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

 span { border-color: rgb(7,154,180); }

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