#0C8FD5

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

Shades of Pacific Blue #0C8FD5

Tints of Pacific Blue #0C8FD5

Color information

#0C8FD5 (or 0x0C8FD5) is unknown color: approx Pacific Blue. HEX triplet: 0C, 8F and D5. RGB value is (12,143,213). Sum of RGB (Red+Green+Blue) = 12+143+213=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #0C8FD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8FD5 is #F3702A. Grayscale: #6F6F6F. Windows color (decimal): -15953963 or 13995788. OLE color: 13995788.

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

Color convert

RGB12143213-
CMYK0.940.3300.16
HSL200.9º89.33%44.12%-
HSV(B)200.9º94.37%83.53%-
XYZ21.9824.5366.53-
YUV111.81185.156.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.26%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 213 (83.59% from 255) = 57.88%
R=3.26%
G=38.86%
B=57.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121432130.940.3300.16200.989.3344.12
HexC8FD55E21010c9592c
Octal142173251364102031113154
Binary110010001111110101011011110100001010000110010011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,143,213); }

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

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

 a { background-color: rgb(12,143,213); }

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

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

 span { border-color: rgb(12,143,213); }

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