#0099B1

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

Shades of Bondi Blue #0099B1

Tints of Bondi Blue #0099B1

Color information

#0099B1 (or 0x0099B1) is unknown color: approx Bondi Blue. HEX triplet: 00, 99 and B1. RGB value is (0,153,177). Sum of RGB (Red+Green+Blue) = 0+153+177=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #0099B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0099B1 is #FF664E. Grayscale: #6D6D6D. Windows color (decimal): -16737871 or 11639040. OLE color: 11639040.

HSL color Cylindrical-coordinate representation of color #0099B1: hue angle of 188.14º 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 #0099B1 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0153177-
CMYK10.1400.31
HSL188.14º100%34.71%-
HSV(B)188.14º100%69.41%-
XYZ19.3325.9645.59-
YUV109.99165.8149.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 177 (69.53% from 255) = 53.64%
R=0%
G=46.36%
B=53.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal015317710.1400.31188.1410034.71
Hex099B164E01Fbc6423
Octal02312611441603727414443
Binary0100110011011000111001001110011111101111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0099B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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