#0294B2

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

Shades of Bondi Blue #0294B2

Tints of Bondi Blue #0294B2

Color information

#0294B2 (or 0x0294B2) is unknown color: approx Bondi Blue. HEX triplet: 02, 94 and B2. RGB value is (2,148,178). Sum of RGB (Red+Green+Blue) = 2+148+178=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #0294B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0294B2 is #FD6B4D. Grayscale: #6B6B6B. Windows color (decimal): -16608078 or 11703298. OLE color: 11703298.

HSL color Cylindrical-coordinate representation of color #0294B2: hue angle of 190.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294B2 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2148178-
CMYK0.990.1700.30
HSL190.23º97.78%35.29%-
HSV(B)190.23º98.88%69.8%-
XYZ18.6524.4145.85-
YUV107.77167.6352.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 178 (69.92% from 255) = 54.27%
R=0.61%
G=45.12%
B=54.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21481780.990.1700.30190.2397.7835.29
Hex294B2631101Ebe6223
Octal22242621432103627614243
Binary101001010010110010110001110001011110101111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0294B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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