#0993AE

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

Shades of Bondi Blue #0993AE

Tints of Bondi Blue #0993AE

Color information

#0993AE (or 0x0993AE) is unknown color: approx Bondi Blue. HEX triplet: 09, 93 and AE. RGB value is (9,147,174). Sum of RGB (Red+Green+Blue) = 9+147+174=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #0993AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0993AE is #F66C51. Grayscale: #6C6C6C. Windows color (decimal): -16149586 or 11440905. OLE color: 11440905.

HSL color Cylindrical-coordinate representation of color #0993AE: hue angle of 189.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0993AE is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9147174-
CMYK0.950.1600.32
HSL189.82º90.16%35.88%-
HSV(B)189.82º94.83%68.24%-
XYZ18.1923.9843.71-
YUV108.82164.7856.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.73%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=2.73%
G=44.55%
B=52.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91471740.950.1600.32189.8290.1635.88
Hex993AE5F10020be5a24
Octal112232561372004027613244
Binary100110010011101011101011111100000100000101111101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0993AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,147,174); }

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

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

 a { background-color: rgb(9,147,174); }

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

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

 span { border-color: rgb(9,147,174); }

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