#0C94BE

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

Shades of Bondi Blue #0C94BE

Tints of Bondi Blue #0C94BE

Color information

#0C94BE (or 0x0C94BE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 94 and BE. RGB value is (12,148,190). Sum of RGB (Red+Green+Blue) = 12+148+190=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C94BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C94BE is #F36B41. Grayscale: #6F6F6F. Windows color (decimal): -15952706 or 12489740. OLE color: 12489740.

HSL color Cylindrical-coordinate representation of color #0C94BE: hue angle of 194.16º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C94BE is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12148190-
CMYK0.940.2200.25
HSL194.16º88.12%39.61%-
HSV(B)194.16º93.68%74.51%-
XYZ20.0424.9852.48-
YUV112.12171.9456.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.43%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=3.43%
G=42.29%
B=54.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121481900.940.2200.25194.1688.1239.61
HexC94BE5E16019c25828
Octal142242761362603130213050
Binary11001001010010111110101111010110011001110000101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C94BE; }

 p { color: rgb(12,148,190); }

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

<style>
 a { background-color: #0C94BE; }

 a { background-color: rgb(12,148,190); }

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

<style>
 span { border-color: #0C94BE; }

 span { border-color: rgb(12,148,190); }

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