Html Css Color HEX #0790AB Bondi Blue

📋 copy color: '#0790AB'

red 7 ◦ green 144 ◦ blue 171

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

Shades of Bondi Blue #0790AB

Tints of Bondi Blue #0790AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.11%

R = 2.17%
G = 44.72%
B = 53.11%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0790AB (or 0x0790AB) is known color: Bondi Blue. HEX triplet: 07, 90 and AB. RGB value is (7,144,171). Sum of RGB (Red+Green+Blue) = 7+144+171=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #0790AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0790AB is #F86F54. Grayscale: #696969. Windows color (decimal): -16281429 or 11243527. OLE color: 11243527.

HSL color Cylindrical-coordinate representation of color #0790AB: hue angle of 189.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0790AB is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 144 171 -
CMYK 0.96 0.16 0 0.33
HSL 189.88º 0.92% 0.35% -
HSV(B) 189.88º 0.96% 0.67% -
XYZ 17.41 22.93 42.04 -
YUV 106.12 164.61 57.3 -
System Red Green Blue C M Y K H S L
Decimal 7 144 171 0.96 0.16 0 0.33 189.88 0.92 0.35
Hex 7 90 AB 60 10 0 21 BE 5C 23
Octal 7 220 253 140 20 0 41 276 134 43
Binary 111 10010000 10101011 1100000 10000 0 100001 10111110 1011100 100011

Color Harmonies of #0790AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0790AB

Black with #0790AB

Text Example


Text Example

White with #0790AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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