#0994AE

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

Shades of Bondi Blue #0994AE

Tints of Bondi Blue #0994AE

Color information

#0994AE (or 0x0994AE) is unknown color: approx Bondi Blue. HEX triplet: 09, 94 and AE. RGB value is (9,148,174). Sum of RGB (Red+Green+Blue) = 9+148+174=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #0994AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0994AE is #F66B51. Grayscale: #6D6D6D. Windows color (decimal): -16149330 or 11441161. OLE color: 11441161.

HSL color Cylindrical-coordinate representation of color #0994AE: hue angle of 189.45º 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 #0994AE is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9148174-
CMYK0.950.1500.32
HSL189.45º90.16%35.88%-
HSV(B)189.45º94.83%68.24%-
XYZ18.3424.2943.77-
YUV109.4164.4556.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=2.72%
G=44.71%
B=52.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91481740.950.1500.32189.4590.1635.88
Hex994AE5FF020bd5a24
Octal112242561371704027513244
Binary10011001010010101110101111111110100000101111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0994AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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