#0998B8

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

Shades of Bondi Blue #0998B8

Tints of Bondi Blue #0998B8

Color information

#0998B8 (or 0x0998B8) is unknown color: approx Bondi Blue. HEX triplet: 09, 98 and B8. RGB value is (9,152,184). Sum of RGB (Red+Green+Blue) = 9+152+184=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #0998B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998B8 is #F66747. Grayscale: #707070. Windows color (decimal): -16148296 or 12097545. OLE color: 12097545.

HSL color Cylindrical-coordinate representation of color #0998B8: hue angle of 190.97º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0998B8 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9152184-
CMYK0.950.1700.28
HSL190.97º90.67%37.84%-
HSV(B)190.97º95.11%72.16%-
XYZ19.9925.9849.31-
YUV112.89168.1253.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.61%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 184 (72.27% from 255) = 53.33%
R=2.61%
G=44.06%
B=53.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal91521840.950.1700.28190.9790.6737.84
Hex998B85F1101Cbf5b26
Octal112302701372103427713346
Binary10011001100010111000101111110001011100101111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0998B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0998B8; }

 p { color: rgb(9,152,184); }

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

<style>
 a { background-color: #0998B8; }

 a { background-color: rgb(9,152,184); }

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

<style>
 span { border-color: #0998B8; }

 span { border-color: rgb(9,152,184); }

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