#0199AF

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

Shades of Bondi Blue #0199AF

Tints of Bondi Blue #0199AF

Color information

#0199AF (or 0x0199AF) is unknown color: approx Bondi Blue. HEX triplet: 01, 99 and AF. RGB value is (1,153,175). Sum of RGB (Red+Green+Blue) = 1+153+175=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #0199AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199AF is #FE6650. Grayscale: #6D6D6D. Windows color (decimal): -16672337 or 11507969. OLE color: 11507969.

HSL color Cylindrical-coordinate representation of color #0199AF: hue angle of 187.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199AF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1153175-
CMYK0.990.1300.31
HSL187.59º98.86%34.51%-
HSV(B)187.59º99.43%68.63%-
XYZ19.1425.8844.54-
YUV110.06164.6450.21-

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.50%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=0.30%
G=46.50%
B=53.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11531750.990.1300.31187.5998.8634.51
Hex199AF63D01Fbc6323
Octal12312571431503727414343
Binary1100110011010111111000111101011111101111001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0199AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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