Html Css Color HEX #0793BE Bondi Blue

📋 copy color: '#0793BE'

red 7 ◦ green 147 ◦ blue 190

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

Shades of Bondi Blue #0793BE

Tints of Bondi Blue #0793BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

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

R = 2.03%
G = 42.73%
B = 55.23%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0793BE (or 0x0793BE) is known color: Bondi Blue. HEX triplet: 07, 93 and BE. RGB value is (7,147,190). Sum of RGB (Red+Green+Blue) = 7+147+190=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #0793BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0793BE is #F86C41. Grayscale: #6D6D6D. Windows color (decimal): -16280642 or 12489479. OLE color: 12489479.

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

Color convert

RGB 7 147 190 -
CMYK 0.96 0.23 0 0.25
HSL 194.1º 0.93% 0.39% -
HSV(B) 194.1º 0.96% 0.75% -
XYZ 19.82 24.63 52.42 -
YUV 110.04 173.12 54.5 -
System Red Green Blue C M Y K H S L
Decimal 7 147 190 0.96 0.23 0 0.25 194.1 0.93 0.39
Hex 7 93 BE 60 17 0 19 C2 5D 27
Octal 7 223 276 140 27 0 31 302 135 47
Binary 111 10010011 10111110 1100000 10111 0 11001 11000010 1011101 100111

Color Harmonies of #0793BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0793BE

Black with #0793BE

Text Example


Text Example

White with #0793BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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