#099FB0

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

Shades of Bondi Blue #099FB0

Tints of Bondi Blue #099FB0

Color information

#099FB0 (or 0x099FB0) is unknown color: approx Bondi Blue. HEX triplet: 09, 9F and B0. RGB value is (9,159,176). Sum of RGB (Red+Green+Blue) = 9+159+176=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #099FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099FB0 is #F6604F. Grayscale: #737373. Windows color (decimal): -16146512 or 11575049. OLE color: 11575049.

HSL color Cylindrical-coordinate representation of color #099FB0: hue angle of 186.11º 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 #099FB0 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9159176-
CMYK0.950.1000.31
HSL186.11º90.27%36.27%-
HSV(B)186.11º94.89%69.02%-
XYZ20.3527.9945.4-
YUV116.09161.851.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.62%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 176 (69.14% from 255) = 51.16%
R=2.62%
G=46.22%
B=51.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91591760.950.1000.31186.1190.2736.27
Hex99FB05FA01Fba5a24
Octal112372601371203727213244
Binary1001100111111011000010111111010011111101110101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099FB0; }

 p { color: rgb(9,159,176); }

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

<style>
 a { background-color: #099FB0; }

 a { background-color: rgb(9,159,176); }

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

<style>
 span { border-color: #099FB0; }

 span { border-color: rgb(9,159,176); }

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