#0c9bcc

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

Shades of Pacific Blue #0C9BCC

Tints of Pacific Blue #0C9BCC

Color information

#0C9BCC (or 0x0C9BCC) is unknown color: approx Pacific Blue. HEX triplet: 0C, 9B and CC. RGB value is (12,155,204). Sum of RGB (Red+Green+Blue) = 12+155+204=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C9BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9BCC is #F36433. Grayscale: #757575. Windows color (decimal): -15950900 or 13409036. OLE color: 13409036.

HSL color Cylindrical-coordinate representation of color #0C9BCC: hue angle of 195.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C9BCC is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12155204-
CMYK0.940.2400.2
HSL195.31º88.89%42.35%-
HSV(B)195.31º94.12%80%-
XYZ22.7727.8861.31-
YUV117.83176.6252.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.23%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=3.23%
G=41.78%
B=54.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121552040.940.2400.2195.3188.8942.35
HexC9BCC5E18014c3592a
Octal142333141363002430313152
Binary11001001101111001100101111011000010100110000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c9bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,155,204); }

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

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

 a { background-color: rgb(12,155,204); }

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

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

 span { border-color: rgb(12,155,204); }

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