#0C9BC3

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

Shades of Pacific Blue #0C9BC3

Tints of Pacific Blue #0C9BC3

Color information

#0C9BC3 (or 0x0C9BC3) is unknown color: approx Pacific Blue. HEX triplet: 0C, 9B and C3. RGB value is (12,155,195). Sum of RGB (Red+Green+Blue) = 12+155+195=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #0C9BC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9BC3 is #F3643C. Grayscale: #747474. Windows color (decimal): -15950909 or 12819212. OLE color: 12819212.

HSL color Cylindrical-coordinate representation of color #0C9BC3: hue angle of 193.11º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C9BC3 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12155195-
CMYK0.940.2100.24
HSL193.11º88.41%40.59%-
HSV(B)193.11º93.85%76.47%-
XYZ21.7227.4655.79-
YUV116.8172.1253.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.31%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 195 (76.56% from 255) = 53.87%
R=3.31%
G=42.82%
B=53.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121551950.940.2100.24193.1188.4140.59
HexC9BC35E15018c15829
Octal142333031362503030113051
Binary11001001101111000011101111010101011000110000011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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