#009dba

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

Shades of Bondi Blue #009DBA

Tints of Bondi Blue #009DBA

Color information

#009DBA (or 0x009DBA) is unknown color: approx Bondi Blue. HEX triplet: 00, 9D and BA. RGB value is (0,157,186). Sum of RGB (Red+Green+Blue) = 0+157+186=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #009DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DBA is #FF6245. Grayscale: #717171. Windows color (decimal): -16736838 or 12229888. OLE color: 12229888.

HSL color Cylindrical-coordinate representation of color #009DBA: hue angle of 189.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DBA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0157186-
CMYK10.1600.27
HSL189.35º100%36.47%-
HSV(B)189.35º100%72.94%-
XYZ20.9227.6650.69-
YUV113.36168.9947.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=0%
G=45.77%
B=54.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal015718610.1600.27189.3510036.47
Hex09DBA641001Bbd6424
Octal02352721442003327514444
Binary01001110110111010110010010000011011101111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009dba; }

 p { color: rgb(0,157,186); }

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

<style>
 a { background-color: #009dba; }

 a { background-color: rgb(0,157,186); }

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

<style>
 span { border-color: #009dba; }

 span { border-color: rgb(0,157,186); }

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