#0292AE

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

Shades of Bondi Blue #0292AE

Tints of Bondi Blue #0292AE

Color information

#0292AE (or 0x0292AE) is unknown color: approx Bondi Blue. HEX triplet: 02, 92 and AE. RGB value is (2,146,174). Sum of RGB (Red+Green+Blue) = 2+146+174=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #0292AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0292AE is #FD6D51. Grayscale: #696969. Windows color (decimal): -16608594 or 11440642. OLE color: 11440642.

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

Color convert

RGB2146174-
CMYK0.990.1600.32
HSL189.77º97.73%34.51%-
HSV(B)189.77º98.85%68.24%-
XYZ17.9423.6343.66-
YUV106.14166.2953.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=0.62%
G=45.34%
B=54.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21461740.990.1600.32189.7797.7334.51
Hex292AE6310020be6223
Octal22222561432004027614243
Binary1010010010101011101100011100000100000101111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0292AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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