#0097B1

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

Shades of Bondi Blue #0097B1

Tints of Bondi Blue #0097B1

Color information

#0097B1 (or 0x0097B1) is unknown color: approx Bondi Blue. HEX triplet: 00, 97 and B1. RGB value is (0,151,177). Sum of RGB (Red+Green+Blue) = 0+151+177=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #0097B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0097B1 is #FF684E. Grayscale: #6C6C6C. Windows color (decimal): -16738383 or 11638528. OLE color: 11638528.

HSL color Cylindrical-coordinate representation of color #0097B1: hue angle of 188.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097B1 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0151177-
CMYK10.1500.31
HSL188.81º100%34.71%-
HSV(B)188.81º100%69.41%-
XYZ1925.3145.48-
YUV108.82166.4750.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 177 (69.53% from 255) = 53.96%
R=0%
G=46.04%
B=53.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal015117710.1500.31188.8110034.71
Hex097B164F01Fbd6423
Octal02272611441703727514443
Binary0100101111011000111001001111011111101111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0097B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0097B1; }

 p { color: rgb(0,151,177); }

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

<style>
 a { background-color: #0097B1; }

 a { background-color: rgb(0,151,177); }

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

<style>
 span { border-color: #0097B1; }

 span { border-color: rgb(0,151,177); }

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