#0C92C2

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

Shades of Pacific Blue #0C92C2

Tints of Pacific Blue #0C92C2

Color information

#0C92C2 (or 0x0C92C2) is unknown color: approx Pacific Blue. HEX triplet: 0C, 92 and C2. RGB value is (12,146,194). Sum of RGB (Red+Green+Blue) = 12+146+194=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 194 (76.17% from 255 or 55.11% from 352); Max value from RGB is 194 - color contains mainly: blue. Hex color #0C92C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C92C2 is #F36D3D. Grayscale: #6F6F6F. Windows color (decimal): -15953214 or 12751372. OLE color: 12751372.

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

Color convert

RGB12146194-
CMYK0.940.2500.24
HSL195.82º88.35%40.39%-
HSV(B)195.82º93.81%76.08%-
XYZ20.1724.5354.71-
YUV111.41174.6157.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.41%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 194 (76.17% from 255) = 55.11%
R=3.41%
G=41.48%
B=55.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121461940.940.2500.24195.8288.3540.39
HexC92C25E19018c45828
Octal142223021363103030413050
Binary11001001001011000010101111011001011000110001001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C92C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,146,194); }

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

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

 a { background-color: rgb(12,146,194); }

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

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

 span { border-color: rgb(12,146,194); }

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