#0C9EBE

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

Shades of Pacific Blue #0C9EBE

Tints of Pacific Blue #0C9EBE

Color information

#0C9EBE (or 0x0C9EBE) is unknown color: approx Pacific Blue. HEX triplet: 0C, 9E and BE. RGB value is (12,158,190). Sum of RGB (Red+Green+Blue) = 12+158+190=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C9EBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9EBE is #F36141. Grayscale: #757575. Windows color (decimal): -15950146 or 12492300. OLE color: 12492300.

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

Color convert

RGB12158190-
CMYK0.940.1700.25
HSL190.79º88.12%39.61%-
HSV(B)190.79º93.68%74.51%-
XYZ21.6728.2553.03-
YUV117.99168.6352.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.33%
GREEN value IS 158 (62.11% from 255) = 43.89%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=3.33%
G=43.89%
B=52.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121581900.940.1700.25190.7988.1239.61
HexC9EBE5E11019bf5828
Octal142362761362103127713050
Binary11001001111010111110101111010001011001101111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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