#0199AA

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

Shades of Bondi Blue #0199AA

Tints of Bondi Blue #0199AA

Color information

#0199AA (or 0x0199AA) is unknown color: approx Bondi Blue. HEX triplet: 01, 99 and AA. RGB value is (1,153,170). Sum of RGB (Red+Green+Blue) = 1+153+170=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #0199AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199AA is #FE6655. Grayscale: #6D6D6D. Windows color (decimal): -16672342 or 11180289. OLE color: 11180289.

HSL color Cylindrical-coordinate representation of color #0199AA: hue angle of 186.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199AA is Cyan = 0.99, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1153170-
CMYK0.990.100.33
HSL186.04º98.83%33.53%-
HSV(B)186.04º99.41%66.67%-
XYZ18.6625.6942.01-
YUV109.49162.1450.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=0.31%
G=47.22%
B=52.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11531700.990.100.33186.0498.8333.53
Hex199AA63A021ba6322
Octal12312521431204127214342
Binary11001100110101010110001110100100001101110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0199AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0199AA; }

 p { color: rgb(1,153,170); }

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

<style>
 a { background-color: #0199AA; }

 a { background-color: rgb(1,153,170); }

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

<style>
 span { border-color: #0199AA; }

 span { border-color: rgb(1,153,170); }

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