#009FB5

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

Shades of Bondi Blue #009FB5

Tints of Bondi Blue #009FB5

Color information

#009FB5 (or 0x009FB5) is unknown color: approx Bondi Blue. HEX triplet: 00, 9F and B5. RGB value is (0,159,181). Sum of RGB (Red+Green+Blue) = 0+159+181=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #009FB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FB5 is #FF604A. Grayscale: #717171. Windows color (decimal): -16736331 or 11902720. OLE color: 11902720.

HSL color Cylindrical-coordinate representation of color #009FB5: hue angle of 187.29º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FB5 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0159181-
CMYK10.1200.29
HSL187.29º100%35.49%-
HSV(B)187.29º100%70.98%-
XYZ20.7428.1348.05-
YUV113.97165.8246.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 181 (71.09% from 255) = 53.24%
R=0%
G=46.76%
B=53.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal015918110.1200.29187.2910035.49
Hex09FB564C01Dbb6423
Octal02372651441403527314443
Binary0100111111011010111001001100011101101110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,159,181); }

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

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

 a { background-color: rgb(0,159,181); }

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

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

 span { border-color: rgb(0,159,181); }

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