#0C95CE

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

Shades of Pacific Blue #0C95CE

Tints of Pacific Blue #0C95CE

Color information

#0C95CE (or 0x0C95CE) is unknown color: approx Pacific Blue. HEX triplet: 0C, 95 and CE. RGB value is (12,149,206). Sum of RGB (Red+Green+Blue) = 12+149+206=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C95CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C95CE is #F36A31. Grayscale: #727272. Windows color (decimal): -15952434 or 13538572. OLE color: 13538572.

HSL color Cylindrical-coordinate representation of color #0C95CE: hue angle of 197.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C95CE is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12149206-
CMYK0.940.2800.19
HSL197.63º88.99%42.75%-
HSV(B)197.63º94.17%80.78%-
XYZ22.0426.0362.26-
YUV114.54179.6154.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.27%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 206 (80.86% from 255) = 56.13%
R=3.27%
G=40.60%
B=56.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121492060.940.2800.19197.6388.9942.75
HexC95CE5E1C013c6592b
Octal142253161363402330613153
Binary11001001010111001110101111011100010011110001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,149,206); }

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

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

 a { background-color: rgb(12,149,206); }

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

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

 span { border-color: rgb(12,149,206); }

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