#009BAD

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

Shades of Bondi Blue #009BAD

Tints of Bondi Blue #009BAD

Color information

#009BAD (or 0x009BAD) is unknown color: approx Bondi Blue. HEX triplet: 00, 9B and AD. RGB value is (0,155,173). Sum of RGB (Red+Green+Blue) = 0+155+173=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #009BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BAD is #FF6452. Grayscale: #6E6E6E. Windows color (decimal): -16737363 or 11377408. OLE color: 11377408.

HSL color Cylindrical-coordinate representation of color #009BAD: hue angle of 186.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BAD is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB0155173-
CMYK10.1000.32
HSL186.24º100%33.92%-
HSV(B)186.24º100%67.84%-
XYZ19.2626.4643.63-
YUV110.71163.1549.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=0%
G=47.26%
B=52.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal015517310.1000.32186.2410033.92
Hex09BAD64A020ba6422
Octal02332551441204027214442
Binary01001101110101101110010010100100000101110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,155,173); }

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

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

 a { background-color: rgb(0,155,173); }

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

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

 span { border-color: rgb(0,155,173); }

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