#0098A7

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

Shades of Bondi Blue #0098A7

Tints of Bondi Blue #0098A7

Color information

#0098A7 (or 0x0098A7) is unknown color: approx Bondi Blue. HEX triplet: 00, 98 and A7. RGB value is (0,152,167). Sum of RGB (Red+Green+Blue) = 0+152+167=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 167 (65.62% from 255 or 52.35% from 319); Max value from RGB is 167 - color contains mainly: blue. Hex color #0098A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0098A7 is #FF6758. Grayscale: #6C6C6C. Windows color (decimal): -16738137 or 10983424. OLE color: 10983424.

HSL color Cylindrical-coordinate representation of color #0098A7: hue angle of 185.39º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098A7 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB0152167-
CMYK10.0900.35
HSL185.39º100%32.75%-
HSV(B)185.39º100%65.49%-
XYZ18.225.2540.47-
YUV108.26161.1450.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 167 (65.62% from 255) = 52.35%
R=0%
G=47.65%
B=52.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal015216710.0900.35185.3910032.75
Hex098A7649023b96421
Octal02302471441104327114441
Binary01001100010100111110010010010100011101110011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0098A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0098A7; }

 p { color: rgb(0,152,167); }

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

<style>
 a { background-color: #0098A7; }

 a { background-color: rgb(0,152,167); }

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

<style>
 span { border-color: #0098A7; }

 span { border-color: rgb(0,152,167); }

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