#0196AC

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

Shades of Bondi Blue #0196AC

Tints of Bondi Blue #0196AC

Color information

#0196AC (or 0x0196AC) is unknown color: approx Bondi Blue. HEX triplet: 01, 96 and AC. RGB value is (1,150,172). Sum of RGB (Red+Green+Blue) = 1+150+172=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #0196AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0196AC is #FE6953. Grayscale: #6B6B6B. Windows color (decimal): -16673108 or 11310593. OLE color: 11310593.

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

Color convert

RGB1150172-
CMYK0.990.1300.33
HSL187.72º98.84%33.92%-
HSV(B)187.72º99.42%67.45%-
XYZ18.3724.842.85-
YUV107.96164.1451.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=0.31%
G=46.44%
B=53.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11501720.990.1300.33187.7298.8433.92
Hex196AC63D021bc6322
Octal12262541431504127414342
Binary11001011010101100110001111010100001101111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0196AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0196AC; }

 p { color: rgb(1,150,172); }

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

<style>
 a { background-color: #0196AC; }

 a { background-color: rgb(1,150,172); }

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

<style>
 span { border-color: #0196AC; }

 span { border-color: rgb(1,150,172); }

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