#0199AE

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

Shades of Bondi Blue #0199AE

Tints of Bondi Blue #0199AE

Color information

#0199AE (or 0x0199AE) is unknown color: approx Bondi Blue. HEX triplet: 01, 99 and AE. RGB value is (1,153,174). Sum of RGB (Red+Green+Blue) = 1+153+174=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #0199AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199AE is #FE6651. Grayscale: #6D6D6D. Windows color (decimal): -16672338 or 11442433. OLE color: 11442433.

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

Color convert

RGB1153174-
CMYK0.990.1200.32
HSL187.28º98.86%34.31%-
HSV(B)187.28º99.43%68.24%-
XYZ19.0425.8444.03-
YUV109.95164.1450.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=0.30%
G=46.65%
B=53.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11531740.990.1200.32187.2898.8634.31
Hex199AE63C020bb6322
Octal12312561431404027314342
Binary11001100110101110110001111000100000101110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0199AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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