#0294AC

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

Shades of Bondi Blue #0294AC

Tints of Bondi Blue #0294AC

Color information

#0294AC (or 0x0294AC) is unknown color: approx Bondi Blue. HEX triplet: 02, 94 and AC. RGB value is (2,148,172). Sum of RGB (Red+Green+Blue) = 2+148+172=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #0294AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0294AC is #FD6B53. Grayscale: #6A6A6A. Windows color (decimal): -16608084 or 11310082. OLE color: 11310082.

HSL color Cylindrical-coordinate representation of color #0294AC: hue angle of 188.47º 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 #0294AC is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2148172-
CMYK0.990.1400.33
HSL188.47º97.7%34.12%-
HSV(B)188.47º98.84%67.45%-
XYZ18.0624.1742.74-
YUV107.08164.6353.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=0.62%
G=45.96%
B=53.42%

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
Decimal21481720.990.1400.33188.4797.734.12
Hex294AC63E021bc6222
Octal22242541431604127414242
Binary101001010010101100110001111100100001101111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0294AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0294AC; }

 p { color: rgb(2,148,172); }

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

<style>
 a { background-color: #0294AC; }

 a { background-color: rgb(2,148,172); }

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

<style>
 span { border-color: #0294AC; }

 span { border-color: rgb(2,148,172); }

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