#0293AE

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

Shades of Bondi Blue #0293AE

Tints of Bondi Blue #0293AE

Color information

#0293AE (or 0x0293AE) is unknown color: approx Bondi Blue. HEX triplet: 02, 93 and AE. RGB value is (2,147,174). Sum of RGB (Red+Green+Blue) = 2+147+174=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #0293AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0293AE is #FD6C51. Grayscale: #6A6A6A. Windows color (decimal): -16608338 or 11440898. OLE color: 11440898.

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

Color convert

RGB2147174-
CMYK0.990.1600.32
HSL189.42º97.73%34.51%-
HSV(B)189.42º98.85%68.24%-
XYZ18.123.9443.71-
YUV106.72165.9653.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=0.62%
G=45.51%
B=53.87%

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
Decimal21471740.990.1600.32189.4297.7334.51
Hex293AE6310020bd6223
Octal22232561432004027514243
Binary1010010011101011101100011100000100000101111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0293AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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