#0c8cb2

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

Shades of Bondi Blue #0C8CB2

Tints of Bondi Blue #0C8CB2

Color information

#0C8CB2 (or 0x0C8CB2) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8C and B2. RGB value is (12,140,178). Sum of RGB (Red+Green+Blue) = 12+140+178=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #0C8CB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8CB2 is #F3734D. Grayscale: #696969. Windows color (decimal): -15954766 or 11701260. OLE color: 11701260.

HSL color Cylindrical-coordinate representation of color #0C8CB2: hue angle of 193.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8CB2 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12140178-
CMYK0.930.2100.30
HSL193.73º87.37%37.25%-
HSV(B)193.73º93.26%69.8%-
XYZ17.5722.0545.45-
YUV106.06168.5960.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.64%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 178 (69.92% from 255) = 53.94%
R=3.64%
G=42.42%
B=53.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121401780.930.2100.30193.7387.3737.25
HexC8CB25D1501Ec25725
Octal142142621352503630212745
Binary11001000110010110010101110110101011110110000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c8cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,140,178); }

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

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

 a { background-color: rgb(12,140,178); }

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

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

 span { border-color: rgb(12,140,178); }

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