Html Css Color HEX #0794AC Bondi Blue

📋 copy color: '#0794AC'

red 7 ◦ green 148 ◦ blue 172

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

Shades of Bondi Blue #0794AC

Tints of Bondi Blue #0794AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 2.14%
G = 45.26%
B = 52.6%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0794AC (or 0x0794AC) is known color: Bondi Blue. HEX triplet: 07, 94 and AC. RGB value is (7,148,172). Sum of RGB (Red+Green+Blue) = 7+148+172=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #0794AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0794AC is #F86B53. Grayscale: #6C6C6C. Windows color (decimal): -16280404 or 11310087. OLE color: 11310087.

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

Color convert

RGB 7 148 172 -
CMYK 0.96 0.14 0 0.33
HSL 188.73º 0.92% 0.35% -
HSV(B) 188.73º 0.96% 0.67% -
XYZ 18.12 24.2 42.75 -
YUV 108.58 163.79 55.55 -
System Red Green Blue C M Y K H S L
Decimal 7 148 172 0.96 0.14 0 0.33 188.73 0.92 0.35
Hex 7 94 AC 60 E 0 21 BD 5C 23
Octal 7 224 254 140 16 0 41 275 134 43
Binary 111 10010100 10101100 1100000 1110 0 100001 10111101 1011100 100011

Color Harmonies of #0794AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0794AC

Black with #0794AC

Text Example


Text Example

White with #0794AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0794AC; }

 p { color: rgb(7,148,172); }

 H1.HeaderClassName
 {
   color: #0794AC;
 }
 .AnyTagClassName
 {
   color: #0794AC;
 }
</style>

background-color css

<style>
 a { background-color: #0794AC; }

 a { background-color: rgb(7,148,172); }

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

border-color css

<style>
 span { border-color: #0794AC; }

 span { border-color: rgb(7,148,172); }

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