#0C94AC

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

Shades of Bondi Blue #0C94AC

Tints of Bondi Blue #0C94AC

Color information

#0C94AC (or 0x0C94AC) is unknown color: approx Bondi Blue. HEX triplet: 0C, 94 and AC. RGB value is (12,148,172). Sum of RGB (Red+Green+Blue) = 12+148+172=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C94AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C94AC is #F36B53. Grayscale: #6D6D6D. Windows color (decimal): -15952724 or 11310092. OLE color: 11310092.

HSL color Cylindrical-coordinate representation of color #0C94AC: hue angle of 189º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C94AC is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12148172-
CMYK0.930.1400.33
HSL189º86.96%36.08%-
HSV(B)189º93.02%67.45%-
XYZ18.1924.2442.75-
YUV110.07162.9458.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=3.61%
G=44.58%
B=51.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121481720.930.1400.3318986.9636.08
HexC94AC5DE021bd5724
Octal142242541351604127512744
Binary11001001010010101100101110111100100001101111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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