#0294B4

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

Shades of Bondi Blue #0294B4

Tints of Bondi Blue #0294B4

Color information

#0294B4 (or 0x0294B4) is unknown color: approx Bondi Blue. HEX triplet: 02, 94 and B4. RGB value is (2,148,180). Sum of RGB (Red+Green+Blue) = 2+148+180=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #0294B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294B4 is #FD6B4B. Grayscale: #6B6B6B. Windows color (decimal): -16608076 or 11834370. OLE color: 11834370.

HSL color Cylindrical-coordinate representation of color #0294B4: hue angle of 190.79º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294B4 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2148180-
CMYK0.990.1800.29
HSL190.79º97.8%35.69%-
HSV(B)190.79º98.89%70.59%-
XYZ18.8524.4946.91-
YUV107.99168.6352.4-

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) = 44.85%
BLUE value IS 180 (70.70% from 255) = 54.55%
R=0.61%
G=44.85%
B=54.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21481800.990.1800.29190.7997.835.69
Hex294B4631201Dbf6224
Octal22242641432203527714244
Binary101001010010110100110001110010011101101111111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0294B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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