#0CA2BC

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

Shades of Pacific Blue #0CA2BC

Tints of Pacific Blue #0CA2BC

Color information

#0CA2BC (or 0x0CA2BC) is unknown color: approx Pacific Blue. HEX triplet: 0C, A2 and BC. RGB value is (12,162,188). Sum of RGB (Red+Green+Blue) = 12+162+188=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #0CA2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA2BC is #F35D43. Grayscale: #777777. Windows color (decimal): -15949124 or 12362252. OLE color: 12362252.

HSL color Cylindrical-coordinate representation of color #0CA2BC: hue angle of 188.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA2BC is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12162188-
CMYK0.940.1400.26
HSL188.86º88%39.22%-
HSV(B)188.86º93.62%73.73%-
XYZ22.1529.5552.11-
YUV120.11166.350.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.31%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=3.31%
G=44.75%
B=51.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121621880.940.1400.26188.868839.22
HexCA2BC5EE01Abd5827
Octal142422741361603227513047
Binary1100101000101011110010111101110011010101111011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,188); }

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

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

 a { background-color: rgb(12,162,188); }

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

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

 span { border-color: rgb(12,162,188); }

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