#0C8AC9

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

Shades of Pacific Blue #0C8AC9

Tints of Pacific Blue #0C8AC9

Color information

#0C8AC9 (or 0x0C8AC9) is unknown color: approx Pacific Blue. HEX triplet: 0C, 8A and C9. RGB value is (12,138,201). Sum of RGB (Red+Green+Blue) = 12+138+201=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C8AC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8AC9 is #F37536. Grayscale: #6B6B6B. Windows color (decimal): -15955255 or 13208076. OLE color: 13208076.

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

Color convert

RGB12138201-
CMYK0.940.3100.21
HSL200º88.73%41.76%-
HSV(B)200º94.03%78.82%-
XYZ19.7822.4758.55-
YUV107.51180.7659.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.42%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=3.42%
G=39.32%
B=57.26%

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
Decimal121382010.940.3100.2120088.7341.76
HexC8AC95E1F015c8592a
Octal142123111363702531013152
Binary11001000101011001001101111011111010101110010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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