#0293AA

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

Shades of Bondi Blue #0293AA

Tints of Bondi Blue #0293AA

Color information

#0293AA (or 0x0293AA) is unknown color: approx Bondi Blue. HEX triplet: 02, 93 and AA. RGB value is (2,147,170). Sum of RGB (Red+Green+Blue) = 2+147+170=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #0293AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0293AA is #FD6C55. Grayscale: #6A6A6A. Windows color (decimal): -16608342 or 11178754. OLE color: 11178754.

HSL color Cylindrical-coordinate representation of color #0293AA: hue angle of 188.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293AA is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2147170-
CMYK0.990.1400.33
HSL188.21º97.67%33.73%-
HSV(B)188.21º98.82%66.67%-
XYZ17.7123.7841.69-
YUV106.27163.9653.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 147 (57.81% from 255) = 46.08%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=0.63%
G=46.08%
B=53.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21471700.990.1400.33188.2197.6733.73
Hex293AA63E021bc6222
Octal22232521431604127414242
Binary101001001110101010110001111100100001101111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0293AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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