#0198AA

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

Shades of Bondi Blue #0198AA

Tints of Bondi Blue #0198AA

Color information

#0198AA (or 0x0198AA) is unknown color: approx Bondi Blue. HEX triplet: 01, 98 and AA. RGB value is (1,152,170). Sum of RGB (Red+Green+Blue) = 1+152+170=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0198AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198AA is #FE6755. Grayscale: #6C6C6C. Windows color (decimal): -16672598 or 11180033. OLE color: 11180033.

HSL color Cylindrical-coordinate representation of color #0198AA: hue angle of 186.39º 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 #0198AA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1152170-
CMYK0.990.1100.33
HSL186.39º98.83%33.53%-
HSV(B)186.39º99.41%66.67%-
XYZ18.525.3741.95-
YUV108.9162.4751.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=0.31%
G=47.06%
B=52.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11521700.990.1100.33186.3998.8333.53
Hex198AA63B021ba6322
Octal12302521431304127214342
Binary11001100010101010110001110110100001101110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0198AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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