#0C9BCA

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

Shades of Pacific Blue #0C9BCA

Tints of Pacific Blue #0C9BCA

Color information

#0C9BCA (or 0x0C9BCA) is unknown color: approx Pacific Blue. HEX triplet: 0C, 9B and CA. RGB value is (12,155,202). Sum of RGB (Red+Green+Blue) = 12+155+202=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C9BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9BCA is #F36435. Grayscale: #757575. Windows color (decimal): -15950902 or 13277964. OLE color: 13277964.

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

Color convert

RGB12155202-
CMYK0.940.2300.21
HSL194.84º88.79%41.96%-
HSV(B)194.84º94.06%79.22%-
XYZ22.5327.7960.05-
YUV117.6175.6252.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.25%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=3.25%
G=42.01%
B=54.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121552020.940.2300.21194.8488.7941.96
HexC9BCA5E17015c3592a
Octal142333121362702530313152
Binary11001001101111001010101111010111010101110000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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