#0292C0

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

Shades of Bondi Blue #0292C0

Tints of Bondi Blue #0292C0

Color information

#0292C0 (or 0x0292C0) is unknown color: approx Bondi Blue. HEX triplet: 02, 92 and C0. RGB value is (2,146,192). Sum of RGB (Red+Green+Blue) = 2+146+192=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #0292C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0292C0 is #FD6D3F. Grayscale: #6B6B6B. Windows color (decimal): -16608576 or 12620290. OLE color: 12620290.

HSL color Cylindrical-coordinate representation of color #0292C0: hue angle of 194.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0292C0 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2146192-
CMYK0.990.2400.25
HSL194.53º97.94%38.04%-
HSV(B)194.53º98.96%75.29%-
XYZ19.8224.3853.53-
YUV108.19175.2952.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 192 (75.39% from 255) = 56.47%
R=0.59%
G=42.94%
B=56.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21461920.990.2400.25194.5397.9438.04
Hex292C06318019c36226
Octal22223001433003130314246
Binary101001001011000000110001111000011001110000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0292C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0292C0; }

 p { color: rgb(2,146,192); }

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

<style>
 a { background-color: #0292C0; }

 a { background-color: rgb(2,146,192); }

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

<style>
 span { border-color: #0292C0; }

 span { border-color: rgb(2,146,192); }

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