#0998B1

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

Shades of Bondi Blue #0998B1

Tints of Bondi Blue #0998B1

Color information

#0998B1 (or 0x0998B1) is unknown color: approx Bondi Blue. HEX triplet: 09, 98 and B1. RGB value is (9,152,177). Sum of RGB (Red+Green+Blue) = 9+152+177=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #0998B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0998B1 is #F6674E. Grayscale: #6F6F6F. Windows color (decimal): -16148303 or 11638793. OLE color: 11638793.

HSL color Cylindrical-coordinate representation of color #0998B1: hue angle of 188.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0998B1 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9152177-
CMYK0.950.1400.31
HSL188.93º90.32%36.47%-
HSV(B)188.93º94.92%69.41%-
XYZ19.2825.6945.54-
YUV112.09164.6254.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.66%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 177 (69.53% from 255) = 52.37%
R=2.66%
G=44.97%
B=52.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91521770.950.1400.31188.9390.3236.47
Hex998B15FE01Fbd5a24
Octal112302611371603727513244
Binary1001100110001011000110111111110011111101111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0998B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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