#0c83bf

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

Shades of Bondi Blue #0C83BF

Tints of Bondi Blue #0C83BF

Color information

#0C83BF (or 0x0C83BF) is unknown color: approx Bondi Blue. HEX triplet: 0C, 83 and BF. RGB value is (12,131,191). Sum of RGB (Red+Green+Blue) = 12+131+191=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C83BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C83BF is #F37C40. Grayscale: #656565. Windows color (decimal): -15957057 or 12550924. OLE color: 12550924.

HSL color Cylindrical-coordinate representation of color #0C83BF: hue angle of 200.11º 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 #0C83BF is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12131191-
CMYK0.940.3100.25
HSL200.11º88.18%39.8%-
HSV(B)200.11º93.72%74.9%-
XYZ17.6720.0752.23-
YUV102.26178.0863.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.59%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 191 (75% from 255) = 57.19%
R=3.59%
G=39.22%
B=57.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121311910.940.3100.25200.1188.1839.8
HexC83BF5E1F019c85828
Octal142032771363703131013050
Binary11001000001110111111101111011111011001110010001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c83bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,131,191); }

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

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

 a { background-color: rgb(12,131,191); }

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

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

 span { border-color: rgb(12,131,191); }

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