#0092AE

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

Shades of Bondi Blue #0092AE

Tints of Bondi Blue #0092AE

Color information

#0092AE (or 0x0092AE) is unknown color: approx Bondi Blue. HEX triplet: 00, 92 and AE. RGB value is (0,146,174). Sum of RGB (Red+Green+Blue) = 0+146+174=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #0092AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0092AE is #FF6D51. Grayscale: #696969. Windows color (decimal): -16739666 or 11440640. OLE color: 11440640.

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

Color convert

RGB0146174-
CMYK10.1600.32
HSL189.66º100%34.12%-
HSV(B)189.66º100%68.24%-
XYZ17.9223.6143.66-
YUV105.54166.6352.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=0%
G=45.62%
B=54.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal014617410.1600.32189.6610034.12
Hex092AE6410020be6422
Octal02222561442004027614442
Binary010010010101011101100100100000100000101111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0092AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,146,174); }

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

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

 a { background-color: rgb(0,146,174); }

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

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

 span { border-color: rgb(0,146,174); }

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