#0798A8

Color #0798A8 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0798A8

Tints of Bondi Blue #0798A8

Color information

#0798A8 (or 0x0798A8) is unknown color: approx Bondi Blue. HEX triplet: 07, 98 and A8. RGB value is (7,152,168). Sum of RGB (Red+Green+Blue) = 7+152+168=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #0798A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0798A8 is #F86757. Grayscale: #6E6E6E. Windows color (decimal): -16279384 or 11048967. OLE color: 11048967.

HSL color Cylindrical-coordinate representation of color #0798A8: hue angle of 185.96º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0798A8 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7152168-
CMYK0.960.1000.34
HSL185.96º92%34.31%-
HSV(B)185.96º95.83%65.88%-
XYZ18.3825.3340.97-
YUV110.47160.4654.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 168 (66.02% from 255) = 51.38%
R=2.14%
G=46.48%
B=51.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71521680.960.1000.34185.969234.31
Hex798A860A022ba5c22
Octal72302501401204227213442
Binary1111001100010101000110000010100100010101110101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0798A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0798A8; }

 p { color: rgb(7,152,168); }

 H1.HeaderClassName
 {
   color: #0798A8;
 }
 .AnyTagClassName
 {
   color: #0798A8;
 }
</style>
background-color css

<style>
 a { background-color: #0798A8; }

 a { background-color: rgb(7,152,168); }

 div.DivClassName
 {
   background-color: #0798A8;
 }
 .BgClassName
 {
   background-color: #0798A8;
 }
</style>
border-color css

<style>
 span { border-color: #0798A8; }

 span { border-color: rgb(7,152,168); }

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