Html Css Color HEX #0796BE Bondi Blue

📋 copy color: '#0796BE'

red 7 ◦ green 150 ◦ blue 190

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

Shades of Bondi Blue #0796BE

Tints of Bondi Blue #0796BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 2.02%
G = 43.23%
B = 54.76%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0796BE (or 0x0796BE) is known color: Bondi Blue. HEX triplet: 07, 96 and BE. RGB value is (7,150,190). Sum of RGB (Red+Green+Blue) = 7+150+190=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #0796BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796BE is #F86941. Grayscale: #6F6F6F. Windows color (decimal): -16279874 or 12490247. OLE color: 12490247.

HSL color Cylindrical-coordinate representation of color #0796BE: hue angle of 193.11º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0796BE is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 150 190 -
CMYK 0.96 0.21 0 0.25
HSL 193.11º 0.93% 0.39% -
HSV(B) 193.11º 0.96% 0.75% -
XYZ 20.29 25.58 52.58 -
YUV 111.8 172.12 53.25 -
System Red Green Blue C M Y K H S L
Decimal 7 150 190 0.96 0.21 0 0.25 193.11 0.93 0.39
Hex 7 96 BE 60 15 0 19 C1 5D 27
Octal 7 226 276 140 25 0 31 301 135 47
Binary 111 10010110 10111110 1100000 10101 0 11001 11000001 1011101 100111

Color Harmonies of #0796BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0796BE

Black with #0796BE

Text Example


Text Example

White with #0796BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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