#0C9FBE

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

Shades of Pacific Blue #0C9FBE

Tints of Pacific Blue #0C9FBE

Color information

#0C9FBE (or 0x0C9FBE) is unknown color: approx Pacific Blue. HEX triplet: 0C, 9F and BE. RGB value is (12,159,190). Sum of RGB (Red+Green+Blue) = 12+159+190=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C9FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9FBE is #F36041. Grayscale: #767676. Windows color (decimal): -15949890 or 12492556. OLE color: 12492556.

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

Color convert

RGB12159190-
CMYK0.940.1600.25
HSL190.45º88.12%39.61%-
HSV(B)190.45º93.68%74.51%-
XYZ21.8428.5953.08-
YUV118.58168.351.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.32%
GREEN value IS 159 (62.5% from 255) = 44.04%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=3.32%
G=44.04%
B=52.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121591900.940.1600.25190.4588.1239.61
HexC9FBE5E10019be5828
Octal142372761362003127613050
Binary11001001111110111110101111010000011001101111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,159,190); }

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

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

 a { background-color: rgb(12,159,190); }

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

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

 span { border-color: rgb(12,159,190); }

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