Html Css Color HEX #0793BB Bondi Blue

📋 copy color: '#0793BB'

red 7 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #0793BB

Tints of Bondi Blue #0793BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 2.05%
G = 43.11%
B = 54.84%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0793BB (or 0x0793BB) is known color: Bondi Blue. HEX triplet: 07, 93 and BB. RGB value is (7,147,187). Sum of RGB (Red+Green+Blue) = 7+147+187=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #0793BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0793BB is #F86C44. Grayscale: #6D6D6D. Windows color (decimal): -16280645 or 12292871. OLE color: 12292871.

HSL color Cylindrical-coordinate representation of color #0793BB: hue angle of 193.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0793BB is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 147 187 -
CMYK 0.96 0.21 0 0.27
HSL 193.33º 0.93% 0.38% -
HSV(B) 193.33º 0.96% 0.73% -
XYZ 19.49 24.5 50.72 -
YUV 109.7 171.62 54.75 -
System Red Green Blue C M Y K H S L
Decimal 7 147 187 0.96 0.21 0 0.27 193.33 0.93 0.38
Hex 7 93 BB 60 15 0 1B C1 5D 26
Octal 7 223 273 140 25 0 33 301 135 46
Binary 111 10010011 10111011 1100000 10101 0 11011 11000001 1011101 100110

Color Harmonies of #0793BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0793BB

Black with #0793BB

Text Example


Text Example

White with #0793BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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