#099EBA

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

Shades of Bondi Blue #099EBA

Tints of Bondi Blue #099EBA

Color information

#099EBA (or 0x099EBA) is unknown color: approx Bondi Blue. HEX triplet: 09, 9E and BA. RGB value is (9,158,186). Sum of RGB (Red+Green+Blue) = 9+158+186=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #099EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EBA is #F66145. Grayscale: #747474. Windows color (decimal): -16146758 or 12230153. OLE color: 12230153.

HSL color Cylindrical-coordinate representation of color #099EBA: hue angle of 189.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099EBA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9158186-
CMYK0.950.1500.27
HSL189.49º90.77%38.24%-
HSV(B)189.49º95.16%72.94%-
XYZ21.228.0650.75-
YUV116.64167.1451.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.55%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=2.55%
G=44.76%
B=52.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91581860.950.1500.27189.4990.7738.24
Hex99EBA5FF01Bbd5b26
Octal112362721371703327513346
Binary1001100111101011101010111111111011011101111011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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