#0CA5C6

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

Shades of Pacific Blue #0CA5C6

Tints of Pacific Blue #0CA5C6

Color information

#0CA5C6 (or 0x0CA5C6) is unknown color: approx Pacific Blue. HEX triplet: 0C, A5 and C6. RGB value is (12,165,198). Sum of RGB (Red+Green+Blue) = 12+165+198=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #0CA5C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA5C6 is #F35A39. Grayscale: #7A7A7A. Windows color (decimal): -15948346 or 13018380. OLE color: 13018380.

HSL color Cylindrical-coordinate representation of color #0CA5C6: hue angle of 190.65º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA5C6 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12165198-
CMYK0.940.1700.22
HSL190.65º88.57%41.18%-
HSV(B)190.65º93.94%77.65%-
XYZ23.831.0758.17-
YUV123.01170.3148.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.2%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=3.2%
G=44%
B=52.8%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121651980.940.1700.22190.6588.5741.18
HexCA5C65E11016bf5929
Octal142453061362102627713151
Binary11001010010111000110101111010001010110101111111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,165,198); }

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

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

 a { background-color: rgb(12,165,198); }

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

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

 span { border-color: rgb(12,165,198); }

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