#0990AB

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

Shades of Bondi Blue #0990AB

Tints of Bondi Blue #0990AB

Color information

#0990AB (or 0x0990AB) is unknown color: approx Bondi Blue. HEX triplet: 09, 90 and AB. RGB value is (9,144,171). Sum of RGB (Red+Green+Blue) = 9+144+171=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0990AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0990AB is #F66F54. Grayscale: #6A6A6A. Windows color (decimal): -16150357 or 11243529. OLE color: 11243529.

HSL color Cylindrical-coordinate representation of color #0990AB: hue angle of 190º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0990AB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9144171-
CMYK0.950.1600.33
HSL190º90%35.29%-
HSV(B)190º94.74%67.06%-
XYZ17.4422.9442.04-
YUV106.71164.2758.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.78%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=2.78%
G=44.44%
B=52.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91441710.950.1600.331909035.29
Hex990AB5F10021be5a23
Octal112202531372004127613243
Binary100110010000101010111011111100000100001101111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0990AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0990AB; }

 p { color: rgb(9,144,171); }

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

<style>
 a { background-color: #0990AB; }

 a { background-color: rgb(9,144,171); }

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

<style>
 span { border-color: #0990AB; }

 span { border-color: rgb(9,144,171); }

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