#0CA6BE

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

Shades of Pacific Blue #0CA6BE

Tints of Pacific Blue #0CA6BE

Color information

#0CA6BE (or 0x0CA6BE) is unknown color: approx Pacific Blue. HEX triplet: 0C, A6 and BE. RGB value is (12,166,190). Sum of RGB (Red+Green+Blue) = 12+166+190=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #0CA6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA6BE is #F35941. Grayscale: #7A7A7A. Windows color (decimal): -15948098 or 12494348. OLE color: 12494348.

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

Color convert

RGB12166190-
CMYK0.940.1300.25
HSL188.09º88.12%39.61%-
HSV(B)188.09º93.68%74.51%-
XYZ23.0831.0753.5-
YUV122.69165.9849.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.26%
GREEN value IS 166 (65.23% from 255) = 45.11%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=3.26%
G=45.11%
B=51.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121661900.940.1300.25188.0988.1239.61
HexCA6BE5ED019bc5828
Octal142462761361503127413050
Binary1100101001101011111010111101101011001101111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,166,190); }

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

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

 a { background-color: rgb(12,166,190); }

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

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

 span { border-color: rgb(12,166,190); }

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