#0C93D2

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

Shades of Pacific Blue #0C93D2

Tints of Pacific Blue #0C93D2

Color information

#0C93D2 (or 0x0C93D2) is unknown color: approx Pacific Blue. HEX triplet: 0C, 93 and D2. RGB value is (12,147,210). Sum of RGB (Red+Green+Blue) = 12+147+210=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #0C93D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C93D2 is #F36C2D. Grayscale: #717171. Windows color (decimal): -15952942 or 13800204. OLE color: 13800204.

HSL color Cylindrical-coordinate representation of color #0C93D2: hue angle of 199.09º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C93D2 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12147210-
CMYK0.940.3000.18
HSL199.09º89.19%43.53%-
HSV(B)199.09º94.29%82.35%-
XYZ22.2225.664.74-
YUV113.82182.2755.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.25%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 210 (82.42% from 255) = 56.91%
R=3.25%
G=39.84%
B=56.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121472100.940.3000.18199.0989.1943.53
HexC93D25E1E012c7592c
Octal142233221363602230713154
Binary11001001001111010010101111011110010010110001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C93D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,147,210); }

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

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

 a { background-color: rgb(12,147,210); }

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

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

 span { border-color: rgb(12,147,210); }

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