#099EB0

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

Shades of Bondi Blue #099EB0

Tints of Bondi Blue #099EB0

Color information

#099EB0 (or 0x099EB0) is unknown color: approx Bondi Blue. HEX triplet: 09, 9E and B0. RGB value is (9,158,176). Sum of RGB (Red+Green+Blue) = 9+158+176=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #099EB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099EB0 is #F6614F. Grayscale: #737373. Windows color (decimal): -16146768 or 11574793. OLE color: 11574793.

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

Color convert

RGB9158176-
CMYK0.950.1000.31
HSL186.47º90.27%36.27%-
HSV(B)186.47º94.89%69.02%-
XYZ20.1827.6545.35-
YUV115.5162.1452.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.62%
GREEN value IS 158 (62.11% from 255) = 46.06%
BLUE value IS 176 (69.14% from 255) = 51.31%
R=2.62%
G=46.06%
B=51.31%

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
Decimal91581760.950.1000.31186.4790.2736.27
Hex99EB05FA01Fba5a24
Octal112362601371203727213244
Binary1001100111101011000010111111010011111101110101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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