Html Css Color HEX #0795BE Bondi Blue

📋 copy color: '#0795BE'

red 7 ◦ green 149 ◦ blue 190

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

Shades of Bondi Blue #0795BE

Tints of Bondi Blue #0795BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

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

R = 2.02%
G = 43.06%
B = 54.91%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0795BE (or 0x0795BE) is known color: Bondi Blue. HEX triplet: 07, 95 and BE. RGB value is (7,149,190). Sum of RGB (Red+Green+Blue) = 7+149+190=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #0795BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0795BE is #F86A41. Grayscale: #6E6E6E. Windows color (decimal): -16280130 or 12489991. OLE color: 12489991.

HSL color Cylindrical-coordinate representation of color #0795BE: hue angle of 193.44º 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 #0795BE is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 149 190 -
CMYK 0.96 0.22 0 0.25
HSL 193.44º 0.93% 0.39% -
HSV(B) 193.44º 0.96% 0.75% -
XYZ 20.13 25.26 52.53 -
YUV 111.22 172.46 53.67 -
System Red Green Blue C M Y K H S L
Decimal 7 149 190 0.96 0.22 0 0.25 193.44 0.93 0.39
Hex 7 95 BE 60 16 0 19 C1 5D 27
Octal 7 225 276 140 26 0 31 301 135 47
Binary 111 10010101 10111110 1100000 10110 0 11001 11000001 1011101 100111

Color Harmonies of #0795BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0795BE

Black with #0795BE

Text Example


Text Example

White with #0795BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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