#0C8BC9

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

Shades of Pacific Blue #0C8BC9

Tints of Pacific Blue #0C8BC9

Color information

#0C8BC9 (or 0x0C8BC9) is unknown color: approx Pacific Blue. HEX triplet: 0C, 8B and C9. RGB value is (12,139,201). Sum of RGB (Red+Green+Blue) = 12+139+201=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C8BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8BC9 is #F37436. Grayscale: #6B6B6B. Windows color (decimal): -15954999 or 13208332. OLE color: 13208332.

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

Color convert

RGB12139201-
CMYK0.940.3100.21
HSL199.68º88.73%41.76%-
HSV(B)199.68º94.03%78.82%-
XYZ19.9322.7658.6-
YUV108.09180.4259.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.41%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 201 (78.91% from 255) = 57.10%
R=3.41%
G=39.49%
B=57.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121392010.940.3100.21199.6888.7341.76
HexC8BC95E1F015c8592a
Octal142133111363702531013152
Binary11001000101111001001101111011111010101110010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,201); }

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

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

 a { background-color: rgb(12,139,201); }

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

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

 span { border-color: rgb(12,139,201); }

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