Html Css Color HEX #0790BA Bondi Blue

📋 copy color: '#0790BA'

red 7 ◦ green 144 ◦ blue 186

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

Shades of Bondi Blue #0790BA

Tints of Bondi Blue #0790BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.73%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 2.08%
G = 42.73%
B = 55.19%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0790BA (or 0x0790BA) is known color: Bondi Blue. HEX triplet: 07, 90 and BA. RGB value is (7,144,186). Sum of RGB (Red+Green+Blue) = 7+144+186=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #0790BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0790BA is #F86F45. Grayscale: #6B6B6B. Windows color (decimal): -16281414 or 12226567. OLE color: 12226567.

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

Color convert

RGB 7 144 186 -
CMYK 0.96 0.23 0 0.27
HSL 194.08º 0.93% 0.38% -
HSV(B) 194.08º 0.96% 0.73% -
XYZ 18.92 23.54 50 -
YUV 107.83 172.11 56.08 -
System Red Green Blue C M Y K H S L
Decimal 7 144 186 0.96 0.23 0 0.27 194.08 0.93 0.38
Hex 7 90 BA 60 17 0 1B C2 5D 26
Octal 7 220 272 140 27 0 33 302 135 46
Binary 111 10010000 10111010 1100000 10111 0 11011 11000010 1011101 100110

Color Harmonies of #0790BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0790BA

Black with #0790BA

Text Example


Text Example

White with #0790BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0790BA; }

 p { color: rgb(7,144,186); }

 H1.HeaderClassName
 {
   color: #0790BA;
 }
 .AnyTagClassName
 {
   color: #0790BA;
 }
</style>

background-color css

<style>
 a { background-color: #0790BA; }

 a { background-color: rgb(7,144,186); }

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

border-color css

<style>
 span { border-color: #0790BA; }

 span { border-color: rgb(7,144,186); }

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