#0C96BD

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

Shades of Bondi Blue #0C96BD

Tints of Bondi Blue #0C96BD

Color information

#0C96BD (or 0x0C96BD) is unknown color: approx Bondi Blue. HEX triplet: 0C, 96 and BD. RGB value is (12,150,189). Sum of RGB (Red+Green+Blue) = 12+150+189=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C96BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C96BD is #F36942. Grayscale: #707070. Windows color (decimal): -15952195 or 12424716. OLE color: 12424716.

HSL color Cylindrical-coordinate representation of color #0C96BD: hue angle of 193.22º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C96BD is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12150189-
CMYK0.940.2100.26
HSL193.22º88.06%39.41%-
HSV(B)193.22º93.65%74.12%-
XYZ20.2425.5652.01-
YUV113.18170.7855.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.42%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=3.42%
G=42.74%
B=53.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121501890.940.2100.26193.2288.0639.41
HexC96BD5E1501Ac15827
Octal142262751362503230113047
Binary11001001011010111101101111010101011010110000011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,189); }

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

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

 a { background-color: rgb(12,150,189); }

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

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

 span { border-color: rgb(12,150,189); }

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