Html Css Color HEX #0796BC Bondi Blue

📋 copy color: '#0796BC'

red 7 ◦ green 150 ◦ blue 188

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

Shades of Bondi Blue #0796BC

Tints of Bondi Blue #0796BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 2.03%
G = 43.48%
B = 54.49%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0796BC (or 0x0796BC) is known color: Bondi Blue. HEX triplet: 07, 96 and BC. RGB value is (7,150,188). Sum of RGB (Red+Green+Blue) = 7+150+188=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #0796BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796BC is #F86943. Grayscale: #6F6F6F. Windows color (decimal): -16279876 or 12359175. OLE color: 12359175.

HSL color Cylindrical-coordinate representation of color #0796BC: hue angle of 192.6º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0796BC is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 150 188 -
CMYK 0.96 0.20 0 0.26
HSL 192.6º 0.93% 0.38% -
HSV(B) 192.6º 0.96% 0.74% -
XYZ 20.07 25.49 51.44 -
YUV 111.58 171.12 53.41 -
System Red Green Blue C M Y K H S L
Decimal 7 150 188 0.96 0.20 0 0.26 192.6 0.93 0.38
Hex 7 96 BC 60 14 0 1A C1 5D 26
Octal 7 226 274 140 24 0 32 301 135 46
Binary 111 10010110 10111100 1100000 10100 0 11010 11000001 1011101 100110

Color Harmonies of #0796BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0796BC

Black with #0796BC

Text Example


Text Example

White with #0796BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0796BC; }

 p { color: rgb(7,150,188); }

 H1.HeaderClassName
 {
   color: #0796BC;
 }
 .AnyTagClassName
 {
   color: #0796BC;
 }
</style>

background-color css

<style>
 a { background-color: #0796BC; }

 a { background-color: rgb(7,150,188); }

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

border-color css

<style>
 span { border-color: #0796BC; }

 span { border-color: rgb(7,150,188); }

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