#0C8CBD

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

Shades of Bondi Blue #0C8CBD

Tints of Bondi Blue #0C8CBD

Color information

#0C8CBD (or 0x0C8CBD) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8C and BD. RGB value is (12,140,189). Sum of RGB (Red+Green+Blue) = 12+140+189=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C8CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8CBD is #F37342. Grayscale: #6A6A6A. Windows color (decimal): -15954755 or 12422156. OLE color: 12422156.

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

Color convert

RGB12140189-
CMYK0.940.2600.26
HSL196.61º88.06%39.41%-
HSV(B)196.61º93.65%74.12%-
XYZ18.7222.5151.5-
YUV107.31174.0960.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.52%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=3.52%
G=41.06%
B=55.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121401890.940.2600.26196.6188.0639.41
HexC8CBD5E1A01Ac55827
Octal142142751363203230513047
Binary11001000110010111101101111011010011010110001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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