#0C9ACA

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

Shades of Pacific Blue #0C9ACA

Tints of Pacific Blue #0C9ACA

Color information

#0C9ACA (or 0x0C9ACA) is unknown color: approx Pacific Blue. HEX triplet: 0C, 9A and CA. RGB value is (12,154,202). Sum of RGB (Red+Green+Blue) = 12+154+202=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C9ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9ACA is #F36535. Grayscale: #747474. Windows color (decimal): -15951158 or 13277708. OLE color: 13277708.

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

Color convert

RGB12154202-
CMYK0.940.2400.21
HSL195.16º88.79%41.96%-
HSV(B)195.16º94.06%79.22%-
XYZ22.3727.4560-
YUV117.01175.9653.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.26%
GREEN value IS 154 (60.55% from 255) = 41.85%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=3.26%
G=41.85%
B=54.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121542020.940.2400.21195.1688.7941.96
HexC9ACA5E18015c3592a
Octal142323121363002530313152
Binary11001001101011001010101111011000010101110000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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