Html Css Color HEX #0797B4 Bondi Blue

📋 copy color: '#0797B4'

red 7 ◦ green 151 ◦ blue 180

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

Shades of Bondi Blue #0797B4

Tints of Bondi Blue #0797B4

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

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

R = 2.07%
G = 44.67%
B = 53.25%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0797B4 (or 0x0797B4) is known color: Bondi Blue. HEX triplet: 07, 97 and B4. RGB value is (7,151,180). Sum of RGB (Red+Green+Blue) = 7+151+180=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #0797B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0797B4 is #F8684B. Grayscale: #6E6E6E. Windows color (decimal): -16279628 or 11835143. OLE color: 11835143.

HSL color Cylindrical-coordinate representation of color #0797B4: hue angle of 190.06º 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 #0797B4 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 151 180 -
CMYK 0.96 0.16 0 0.29
HSL 190.06º 0.93% 0.37% -
HSV(B) 190.06º 0.96% 0.71% -
XYZ 19.39 25.47 47.07 -
YUV 111.25 166.79 53.64 -
System Red Green Blue C M Y K H S L
Decimal 7 151 180 0.96 0.16 0 0.29 190.06 0.93 0.37
Hex 7 97 B4 60 10 0 1D BE 5D 25
Octal 7 227 264 140 20 0 35 276 135 45
Binary 111 10010111 10110100 1100000 10000 0 11101 10111110 1011101 100101

Color Harmonies of #0797B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0797B4

Black with #0797B4

Text Example


Text Example

White with #0797B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0797B4; }

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

 H1.HeaderClassName
 {
   color: #0797B4;
 }
 .AnyTagClassName
 {
   color: #0797B4;
 }
</style>

background-color css

<style>
 a { background-color: #0797B4; }

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

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

border-color css

<style>
 span { border-color: #0797B4; }

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

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